commit 9550230cf53ae567ea8335b7ff252fc53b49e3e0
parent ab8f7ca70c1b1a6e89c4de87a846c715bcc66e49
Author: ukai <ukai>
Date: Tue, 26 Feb 2002 04:08:48 +0000
[w3m-dev 03067] Re: https through proxy
* file.c (loadGeneralFile): comment out ssl_get_certificate here
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,5 +1,10 @@
2002-02-26 Fumitoshi UKAI <ukai@debian.or.jp>
+ * [w3m-dev 03067] Re: https through proxy
+ * file.c (loadGeneralFile): comment out ssl_get_certificate here
+
+2002-02-26 Fumitoshi UKAI <ukai@debian.or.jp>
+
* [w3m-dev-en 00691] Re: w3m 0.2.5.1 fails to recognize '<dt id="XXX">'
* html.c: ATTR_CORE for dt, dd, blockquote, caption
diff --git a/file.c b/file.c
@@ -1566,7 +1566,7 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,
}
if (t_buf == NULL)
t_buf = newBuffer(INIT_BUFFER_WIDTH);
-#ifdef USE_SSL
+#if 0 /* USE_SSL */
if (IStype(f.stream) == IST_SSL) {
Str s = ssl_get_certificate(f.stream, pu.host);
if (s == NULL)