]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Renamed the SSL switches and commands.
[wget] / src / http.c
index 77861d89d859a2985119a9848e982af3e2ca222a..ae68c6fb7e5c4fb74485f50abda27c7ec67b970a 100644 (file)
@@ -1197,14 +1197,14 @@ gethttp (struct url *u, struct http_stat *hs, int *dt, struct url *proxy)
          /* try without certfile */
          logprintf (LOG_NOTQUIET,
                     _("Failed to load certificates from %s\n"),
-                    opt.sslcertfile);
+                    opt.cert_file);
          logprintf (LOG_NOTQUIET,
                     _("Trying without the specified certificate\n"));
          break;
        case SSLERRCERTKEY:
          logprintf (LOG_NOTQUIET,
                     _("Failed to get certificate key from %s\n"),
-                    opt.sslcertkey);
+                    opt.cert_key);
          logprintf (LOG_NOTQUIET,
                     _("Trying without the specified certificate\n"));
          break;