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:
@@ -2204,8 +2204,8 @@ bad:
|
||||
fprintf(stderr, "gmssl %s: option `-lib` missing\n", prog);
|
||||
goto end;
|
||||
}
|
||||
if (gmssl_tool_get_password(prog, "Password to access SDF private key", NULL, &pass,
|
||||
passbuf, sizeof(passbuf)) != 1) {
|
||||
if (gmssl_tool_get_password(prog, "pass", NULL, &pass,
|
||||
passbuf, sizeof(passbuf), 0) != 1) {
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user