[crypto] Fix debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-07-12 14:24:40 +01:00
parent 8484e97f7c
commit 50e48d5b19

View File

@@ -459,7 +459,7 @@ static int x509_parse_basic_constraints ( struct x509_certificate *cert,
return -EINVAL; return -EINVAL;
} }
basic->path_len = path_len; basic->path_len = path_len;
DBGC2 ( cert, "X509 %p path length constraint is %u\n", DBGC2 ( cert, "X509 %p path length constraint is %d\n",
cert, basic->path_len ); cert, basic->path_len );
} }