X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fx509.c;h=de25790145dad2b8fab18150d7251df9f4af648e;hp=ea5b0b8526c480869f093b263115284d9ed6e9f2;hb=32d862ede4540acfdc8fe7f56bf583f7a2be3dbb;hpb=a44f26d5c90c068e585faffeebe10cc9c51b9e78 diff --git a/apps/x509.c b/apps/x509.c index ea5b0b8526..de25790145 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -853,7 +853,7 @@ bad: if (Upkey == NULL) { Upkey=load_key(bio_err, - keyfile,keyformat, passin); + keyfile,keyformat, passin, e); if (Upkey == NULL) goto end; } #ifndef NO_DSA @@ -871,7 +871,8 @@ bad: if (CAkeyfile != NULL) { CApkey=load_key(bio_err, - CAkeyfile,CAkeyformat, passin); + CAkeyfile,CAkeyformat, passin, + e); if (CApkey == NULL) goto end; } #ifndef NO_DSA @@ -898,7 +899,7 @@ bad: else { pk=load_key(bio_err, - keyfile,FORMAT_PEM, passin); + keyfile,FORMAT_PEM, passin, e); if (pk == NULL) goto end; }