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:
@@ -87,8 +87,8 @@ bad:
|
||||
argv++;
|
||||
}
|
||||
|
||||
if (gmssl_tool_get_password(prog, "Password to encrypt private key", outfile, &pass,
|
||||
passbuf, sizeof(passbuf)) != 1) {
|
||||
if (gmssl_tool_get_password(prog, "pass", outfile, &pass,
|
||||
passbuf, sizeof(passbuf), 1) != 1) {
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user