From: Adam Dickmeiss Date: Wed, 11 Jun 2008 18:16:47 +0000 (+0200) Subject: Fixed #if ENABLE_SSL for ssl_check_error X-Git-Tag: v3.0.32~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7e58901d8acda68f8155cda54b0fd3cb6d45f0da;hp=72da88cf7d0a49886e78a2a171c44111c8f70e95;p=yaz-moved-to-github.git Fixed #if ENABLE_SSL for ssl_check_error --- diff --git a/src/tcpip.c b/src/tcpip.c index 6cb4bbe..8781cca 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -264,7 +264,7 @@ COMSTACK ssl_type(int s, int flags, int protocol, void *vp) #endif } -#if !ENABLE_SSL +#if ENABLE_SSL static int ssl_check_error(COMSTACK h, tcpip_state *sp, int res) { #if HAVE_OPENSSL_SSL_H