From 50e48d5b1927206825235212657c48ec77a5e59f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 12 Jul 2014 14:24:40 +0100 Subject: [crypto] Fix debug message Signed-off-by: Michael Brown --- src/crypto/x509.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto') 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 ); } -- cgit v1.2.3-55-g7522