mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-06 11:53:39 +08:00
Merge p256/p384keygen to eckeygen
This commit is contained in:
@@ -109,8 +109,8 @@ bad:
|
||||
error_print();
|
||||
goto end;
|
||||
}
|
||||
if (gmssl_tool_get_password(prog, "Password to open private key", keyfile, &pass,
|
||||
passbuf, sizeof(passbuf)) != 1) {
|
||||
if (gmssl_tool_get_password(prog, "pass", keyfile, &pass,
|
||||
passbuf, sizeof(passbuf), 0) != 1) {
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user