better ifdef

git-svn-id: file:///svn/unbound/trunk@2162 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-06-22 14:32:08 +00:00
parent 4ed18b1108
commit 907ee56090

View file

@ -535,7 +535,7 @@ daemon_delete(struct daemon* daemon)
#if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST) #if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST)
ldns_key_EVP_unload_gost(); ldns_key_EVP_unload_gost();
#endif #endif
#if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS #ifdef HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS
sk_SSL_COMP_free(comp_meth); sk_SSL_COMP_free(comp_meth);
#endif #endif
#ifdef HAVE_OPENSSL_CONFIG #ifdef HAVE_OPENSSL_CONFIG