aboutsummaryrefslogtreecommitdiffstats
path: root/istream.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-26 12:58:49 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-26 12:58:49 +0000
commit2b86b4b79495cf2e859f0d5e6e9a3d6ece6e0fe7 (patch)
tree5dd42d265151424d64b3ee9224efcf3d50250d69 /istream.h
parent[w3m-dev 02743] RFC2818 server identity check (diff)
downloadw3m-2b86b4b79495cf2e859f0d5e6e9a3d6ece6e0fe7.tar.gz
w3m-2b86b4b79495cf2e859f0d5e6e9a3d6ece6e0fe7.zip
RFC2818 server identity check update
Diffstat (limited to 'istream.h')
-rw-r--r--istream.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/istream.h b/istream.h
index 20a0fcd..fb0e088 100644
--- a/istream.h
+++ b/istream.h
@@ -1,4 +1,4 @@
-/* $Id: istream.h,v 1.5 2001/12/26 12:18:06 ukai Exp $ */
+/* $Id: istream.h,v 1.6 2001/12/26 12:58:49 ukai Exp $ */
#ifndef IO_STREAM_H
#define IO_STREAM_H
@@ -6,7 +6,6 @@
#ifdef USE_SSL
#include <bio.h>
#include <x509.h>
-#include <x509v3.h>
#include <ssl.h>
#endif
#include "Str.h"
@@ -127,7 +126,7 @@ extern int ISfileno(InputStream stream);
extern int ISeos(InputStream stream);
#ifdef USE_SSL
extern Str ssl_get_certificate(InputStream stream);
-extern Str ssl_check_cert_ident(SSL *handle, char *hostname);
+extern Str ssl_check_cert_ident(SSL * handle, char *hostname);
#endif
#define IST_BASIC 0