Re: [w3m-dev 03320] Re: Passwords
* etc.c (dir_under): same path is ok * file.c (loadGeneralFile): if missing, return NULL ssl cert already checked * html.h (URLFILE): add ssl_certificate * istream.c (ssl_get_certificate): change args * istream.h (ssl_get_certificate): ditto * url.c (openSSLHandle): add p_cert ssl certificate check here (HTTPrequest): auth_cookie fix From: AIDA Shinra <aida-s@jcom.home.ne.jp>
This commit is contained in:
5
html.h
5
html.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: html.h,v 1.7 2002/02/05 12:31:27 ukai Exp $ */
|
||||
/* $Id: html.h,v 1.8 2002/09/28 16:30:07 ukai Exp $ */
|
||||
#ifndef _HTML_H
|
||||
#define _HTML_H
|
||||
#ifdef USE_SSL
|
||||
@@ -69,6 +69,9 @@ typedef struct {
|
||||
char *ext;
|
||||
int compression;
|
||||
char *guess_type;
|
||||
#ifdef USE_SSL
|
||||
char *ssl_certificate;
|
||||
#endif
|
||||
} URLFile;
|
||||
|
||||
#define CMP_NOCOMPRESS 0
|
||||
|
||||
Reference in New Issue
Block a user