]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/rsa.c
load_key_certs_crls(): Restore output of fatal errors
[thirdparty/openssl.git] / apps / rsa.c
index fdee96d570294e383dff72f1f36f7227f89dce44..558b126560b6be293d06402e4b7bbd475b1e9321 100644 (file)
@@ -198,9 +198,9 @@ int rsa_main(int argc, char **argv)
             tmpformat = informat;
         }
 
-        pkey = load_pubkey(infile, tmpformat, 1, passin, e, "Public Key");
+        pkey = load_pubkey(infile, tmpformat, 1, passin, e, "public key");
     } else {
-        pkey = load_key(infile, informat, 1, passin, e, "Private Key");
+        pkey = load_key(infile, informat, 1, passin, e, "private key");
     }
 
     if (pkey != NULL)