mirror of
https://github.com/ipxe/ipxe
synced 2026-01-21 18:30:56 +03:00
[x509] Correct debug message
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -232,7 +232,7 @@ static int x509_parse_serial ( struct x509_certificate *cert,
|
||||
cert, strerror ( rc ) );
|
||||
return rc;
|
||||
}
|
||||
DBGC2 ( cert, "X509 %p issuer is:\n", cert );
|
||||
DBGC2 ( cert, "X509 %p serial is:\n", cert );
|
||||
DBGC2_HDA ( cert, 0, serial->raw.data, serial->raw.len );
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user