[w3m-dev 02750]

From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-26 18:46:33 +00:00
parent e6b49bac2e
commit 13eb03f6ba
4 changed files with 179 additions and 25 deletions

View File

@@ -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