From d4214f39a67ff2c931f661733fe35129b9818e2b Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Sat, 28 Sep 2002 16:30:07 +0000 Subject: 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 --- istream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'istream.h') diff --git a/istream.h b/istream.h index 4be203f..fa91d9b 100644 --- a/istream.h +++ b/istream.h @@ -1,4 +1,4 @@ -/* $Id: istream.h,v 1.8 2002/01/12 13:33:47 ukai Exp $ */ +/* $Id: istream.h,v 1.9 2002/09/28 16:30:07 ukai Exp $ */ #ifndef IO_STREAM_H #define IO_STREAM_H @@ -126,7 +126,7 @@ extern int ISfileno(InputStream stream); extern int ISeos(InputStream stream); #ifdef USE_SSL extern void ssl_accept_this_site(char *hostname); -extern Str ssl_get_certificate(InputStream stream, char *hostname); +extern Str ssl_get_certificate(SSL *ssl, char *hostname); #endif #define IST_BASIC 0 -- cgit v1.2.3