2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

silence implicit function declaration warning

This commit is contained in:
Mark Andrews
2005-06-17 03:55:51 +00:00
parent 4643f41327
commit bafbaadc0c

View 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)