]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence implicit function declaration warning
authorMark Andrews <marka@isc.org>
Fri, 17 Jun 2005 03:55:51 +0000 (03:55 +0000)
committerMark Andrews <marka@isc.org>
Fri, 17 Jun 2005 03:55:51 +0000 (03:55 +0000)
lib/dns/openssl_link.c

index 63b7b8674c64319cb431a00e301c25db1cdd310d..8bbf6f54602cfcfb1bc75806e12675efe2d83cde 100644 (file)
@@ -18,7 +18,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.4 2005/06/17 02:22:44 marka Exp $
+ * $Id: openssl_link.c,v 1.5 2005/06/17 03:55:51 marka Exp $
  */
 #ifdef OPENSSL
 
@@ -37,6 +37,8 @@
 
 #include <openssl/err.h>
 #include <openssl/rand.h>
+#include <openssl/evp.h>
+#include <openssl/conf.h>
 #include <openssl/crypto.h>
 
 #if defined(CRYPTO_LOCK_ENGINE) && (OPENSSL_VERSION_NUMBER < 0x00907000L)