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