mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
add sdf and skf
This commit is contained in:
@@ -102,7 +102,7 @@ help:
|
||||
}
|
||||
pass = getpass("Encryption Password : ");
|
||||
if (sm2_enced_private_key_info_from_pem(&key, pass, keyfp) != 1) {
|
||||
error_print("private key decryption failure");
|
||||
error_puts("private key decryption failure");
|
||||
return -1;
|
||||
}
|
||||
if ((hexlen = fread(hexbuf, 1, sizeof(hexbuf), stdin)) <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user