commit 6ffacbcfaba9d0c2a2f0bc254abbef14a3ff5697
parent be672569f079cc36c2815fc4c05adef66d746ba1
Author: ukai <ukai>
Date: Thu, 27 Dec 2001 02:32:08 +0000
fix #undef USE_SSL_VERIFY compile error
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-27 Fumitoshi UKAI <ukai@debian.or.jp>
+
+ * url.c (openSSLHandle): accept_this_file is out of
+ #ifdef USE_SSL_VERIFY
+
2001-12-27 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 02753]
diff --git a/url.c b/url.c
@@ -280,9 +280,9 @@ openSSLHandle(int sock, char *hostname)
Str amsg = NULL;
char *ans;
static char *old_ssl_forbid_method = NULL;
+ static Str accept_this_site = NULL;
#ifdef USE_SSL_VERIFY
static int old_ssl_verify_server = -1;
- static Str accept_this_site = NULL;
#endif
if (!old_ssl_forbid_method || !ssl_forbid_method ||