mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
[crypto] Fix debug message
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user