diff options
author | Michael Brown | 2014-07-12 15:24:40 +0200 |
---|---|---|
committer | Michael Brown | 2014-07-12 15:24:40 +0200 |
commit | 50e48d5b1927206825235212657c48ec77a5e59f (patch) | |
tree | d1fe043809be2b1ece20583cd2e328ee2efd5635 /src/crypto | |
parent | [crypto] Add support for iPAddress subject alternative names (diff) | |
download | ipxe-50e48d5b1927206825235212657c48ec77a5e59f.tar.gz ipxe-50e48d5b1927206825235212657c48ec77a5e59f.tar.xz ipxe-50e48d5b1927206825235212657c48ec77a5e59f.zip |
[crypto] Fix debug message
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509.c b/src/crypto/x509.c index eeaf74bc..4a02dad1 100644 --- a/src/crypto/x509.c +++ b/src/crypto/x509.c @@ -459,7 +459,7 @@ static int x509_parse_basic_constraints ( struct x509_certificate *cert, return -EINVAL; } 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 ); } |