]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Allow separate specification of certificate type and private key type.
[wget] / src / http.c
index 6fb2b7432ec900569f19c06e613a477a6c7a6b5d..5d382deb3439a6adf58c3bef6e81d7161ee5e7e4 100644 (file)
@@ -1203,8 +1203,8 @@ gethttp (struct url *u, struct http_stat *hs, int *dt, struct url *proxy)
          break;
        case SSLERRCERTKEY:
          logprintf (LOG_NOTQUIET,
-                    _("Failed to get certificate key from %s\n"),
-                    opt.cert_key);
+                    _("Failed to get private key from %s\n"),
+                    opt.private_key);
          logprintf (LOG_NOTQUIET,
                     _("Trying without the specified certificate\n"));
          break;