load_key_certs_crls(): Restore output of fatal errors
[openssl.git] / apps / s_client.c
index ca9891aba842b773190a7a8c4a8436284371cd7a..513beeaa9a74783b4f4109a3425f267090cb1e23 100644 (file)
@@ -1728,13 +1728,13 @@ int s_client_main(int argc, char **argv)
 
     if (key_file != NULL) {
         key = load_key(key_file, key_format, 0, pass, e,
-                       "client certificate private key file");
+                       "client certificate private key");
         if (key == NULL)
             goto end;
     }
 
     if (cert_file != NULL) {
-        cert = load_cert_pass(cert_file, cert_format, pass, "client certificate file");
+        cert = load_cert_pass(cert_file, cert_format, pass, "client certificate");
         if (cert == NULL)
             goto end;
     }