From a596d1ee44ebf22bd8da2c35d159ff3e7aafc9f3 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 26 Feb 2002 04:08:48 +0000 Subject: [w3m-dev 03067] Re: https through proxy * file.c (loadGeneralFile): comment out ssl_get_certificate here From: Fumitoshi UKAI --- file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 79ab3bf..231e4b2 100644 --- a/file.c +++ b/file.c @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.70 2002/02/19 15:50:18 ukai Exp $ */ +/* $Id: file.c,v 1.71 2002/02/26 04:08:48 ukai Exp $ */ #include "fm.h" #include #include "myctype.h" @@ -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) -- cgit v1.2.3