mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:19:59 -04:00
silence implicit function declaration warning
This commit is contained in:
parent
4643f41327
commit
bafbaadc0c
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue