From: Wouter Wijngaards Date: Wed, 23 Jun 2010 07:15:43 +0000 (+0000) Subject: #if is the right thing X-Git-Tag: release-1.4.6rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76280e3b7ee3f58da48167654d7a0d4b914858a4;p=thirdparty%2Funbound.git #if is the right thing git-svn-id: file:///svn/unbound/trunk@2163 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/daemon.c b/daemon/daemon.c index 9870594b6..2ab96b504 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -535,7 +535,7 @@ daemon_delete(struct daemon* daemon) #if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST) ldns_key_EVP_unload_gost(); #endif -#ifdef HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS +#if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS sk_SSL_COMP_free(comp_meth); #endif #ifdef HAVE_OPENSSL_CONFIG