From 13eb03f6ba56b2cf159bfc302b81de192bc896ef Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 26 Dec 2001 18:46:33 +0000 Subject: [w3m-dev 02750] From: Fumitoshi UKAI --- istream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'istream.h') diff --git a/istream.h b/istream.h index fb0e088..048610e 100644 --- a/istream.h +++ b/istream.h @@ -1,4 +1,4 @@ -/* $Id: istream.h,v 1.6 2001/12/26 12:58:49 ukai Exp $ */ +/* $Id: istream.h,v 1.7 2001/12/26 18:46:33 ukai Exp $ */ #ifndef IO_STREAM_H #define IO_STREAM_H @@ -125,6 +125,7 @@ extern int ISread(InputStream stream, Str buf, int count); extern int ISfileno(InputStream stream); extern int ISeos(InputStream stream); #ifdef USE_SSL +extern void ssl_set_certificate_validity(Str msg); extern Str ssl_get_certificate(InputStream stream); extern Str ssl_check_cert_ident(SSL * handle, char *hostname); #endif -- cgit v1.2.3