]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
#if is the right thing
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 23 Jun 2010 07:15:43 +0000 (07:15 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 23 Jun 2010 07:15:43 +0000 (07:15 +0000)
git-svn-id: file:///svn/unbound/trunk@2163 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/daemon.c

index 9870594b684ab5cf3c562f59a106c5c7a4f8ce08..2ab96b50497717db0308a607dd4748232b788356 100644 (file)
@@ -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