diff options
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 ); } |