mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_PKCS12()
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/4930)
This commit is contained in:
parent
0c2c560cb9
commit
3a6df6bd5c
@ -327,7 +327,7 @@ static OSSL_STORE_INFO *try_decode_PKCS12(const char *pem_name,
|
||||
pass = "";
|
||||
} else {
|
||||
if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE,
|
||||
"PKCS12 import pass phrase", uri,
|
||||
"PKCS12 import", uri,
|
||||
ui_data)) == NULL) {
|
||||
ATTICerr(0, ATTIC_R_PASSPHRASE_CALLBACK_ERROR);
|
||||
goto p12_end;
|
||||
|
Loading…
Reference in New Issue
Block a user