]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Fix typo.
[wget] / src / http.c
index dfb7c00204084172c622af9c42cb389627949095..0f19cbb778a310d738b4708c0ffee936b123aa87 100644 (file)
@@ -1206,7 +1206,7 @@ gethttp (struct url *u, struct http_stat *hs, int *dt, struct url *proxy)
 
       /* Proxy authorization over SSL is handled below. */
 #ifdef HAVE_SSL
-      if (u->scheme != SCHEME_SSL)
+      if (u->scheme != SCHEME_HTTPS)
 #endif
        request_set_header (req, "Proxy-Authorization", proxyauth, rel_value);
     }