Fix typo
This commit is contained in:
@@ -343,7 +343,7 @@ p11_init_slot(hx509_context context,
|
|||||||
if (ret) {
|
if (ret) {
|
||||||
hx509_set_error_string(context, 0, HX509_PKCS11_NO_TOKEN,
|
hx509_set_error_string(context, 0, HX509_PKCS11_NO_TOKEN,
|
||||||
"Failed to init PKCS11 slot %d "
|
"Failed to init PKCS11 slot %d "
|
||||||
"with error 0x08x",
|
"with error 0x%08x",
|
||||||
num, ret);
|
num, ret);
|
||||||
return HX509_PKCS11_NO_TOKEN;
|
return HX509_PKCS11_NO_TOKEN;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user