[w3m-dev 03067] Re: https through proxy
* file.c (loadGeneralFile): comment out ssl_get_certificate here From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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">'
|
||||
@@ -2996,4 +3001,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.325 2002/02/25 15:55:39 ukai Exp $
|
||||
$Id: ChangeLog,v 1.326 2002/02/26 04:08:48 ukai Exp $
|
||||
|
||||
4
file.c
4
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 <sys/types.h>
|
||||
#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)
|
||||
|
||||
Reference in New Issue
Block a user