2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

redundate #include

This commit is contained in:
Mark Andrews
2001-07-31 03:45:04 +00:00
parent 7250c1a261
commit 43e2ec89d8

View File

@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
* $Id: openssl_link.c,v 1.45 2001/07/10 04:01:18 bwelling Exp $
* $Id: openssl_link.c,v 1.46 2001/07/31 03:45:04 marka Exp $
*/
#ifdef OPENSSL
@@ -37,7 +37,6 @@
#include <openssl/rand.h>
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#ifdef CRYPTO_LOCK_ENGINE
#include <openssl/engine.h>