aboutsummaryrefslogtreecommitdiffstats
path: root/istream.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-01-12 13:33:47 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-01-12 13:33:47 +0000
commit9de0a515bc84b9e8ded317ae0d7dab0313ba633e (patch)
tree4e86dab1f39d8ae73bd3d1593d7c6a33649fd2fb /istream.h
parent[w3m-dev 02827] (diff)
downloadw3m-9de0a515bc84b9e8ded317ae0d7dab0313ba633e.tar.gz
w3m-9de0a515bc84b9e8ded317ae0d7dab0313ba633e.zip
[w3m-dev 02829]
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--istream.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/istream.h b/istream.h
index 048610e..4be203f 100644
--- a/istream.h
+++ b/istream.h
@@ -1,4 +1,4 @@
-/* $Id: istream.h,v 1.7 2001/12/26 18:46:33 ukai Exp $ */
+/* $Id: istream.h,v 1.8 2002/01/12 13:33:47 ukai Exp $ */
#ifndef IO_STREAM_H
#define IO_STREAM_H
@@ -125,9 +125,8 @@ 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);
+extern void ssl_accept_this_site(char *hostname);
+extern Str ssl_get_certificate(InputStream stream, char *hostname);
#endif
#define IST_BASIC 0