From 3a6df6bd5cf64005682da6ec18ef58b929baa452 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 6 Jun 2020 14:00:21 +0200 Subject: [PATCH] e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_PKCS12() Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/4930) --- engines/e_loader_attic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/e_loader_attic.c b/engines/e_loader_attic.c index 176c159c8c9..7d059f52563 100644 --- a/engines/e_loader_attic.c +++ b/engines/e_loader_attic.c @@ -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; -- 2.47.2