From cb62f30ad45f115e9fb78bd1ceb766337aa08dd2 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 27 Dec 2001 02:32:08 +0000 Subject: fix #undef USE_SSL_VERIFY compile error --- url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'url.c') diff --git a/url.c b/url.c index cc971de..b56b23d 100644 --- a/url.c +++ b/url.c @@ -1,4 +1,4 @@ -/* $Id: url.c,v 1.26 2001/12/27 02:28:17 ukai Exp $ */ +/* $Id: url.c,v 1.27 2001/12/27 02:32:08 ukai Exp $ */ #include "fm.h" #include #include @@ -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 || -- cgit v1.2.3