mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 12:33:39 +08:00
Merge p256/p384keygen to eckeygen
This commit is contained in:
@@ -773,8 +773,8 @@ bad:
|
||||
fprintf(stderr, "%s: -cert and -key required\n", prog);
|
||||
return 1;
|
||||
}
|
||||
if (gmssl_tool_get_password(prog, "Password to decrypt private key", keyfile, &pass,
|
||||
passbuf, sizeof(passbuf)) != 1) {
|
||||
if (gmssl_tool_get_password(prog, "pass", keyfile, &pass,
|
||||
passbuf, sizeof(passbuf), 0) != 1) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user