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

#if defined(OPENSSL) ==> #ifdef OPENSSL

remove unused #include <openssl/rand.h>
This commit is contained in:
Brian Wellington
2001-07-10 04:01:19 +00:00
parent 7c66a4555d
commit 024550401d
5 changed files with 9 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
/* /*
* Principal Author: Brian Wellington * Principal Author: Brian Wellington
* $Id: dst_api.c,v 1.83 2001/05/31 10:45:32 tale Exp $ * $Id: dst_api.c,v 1.84 2001/07/10 04:01:15 bwelling Exp $
*/ */
#include <config.h> #include <config.h>
@@ -50,8 +50,6 @@
#include "dst_internal.h" #include "dst_internal.h"
#include <openssl/rand.h>
static dst_func_t *dst_t_func[DST_MAX_ALGS]; static dst_func_t *dst_t_func[DST_MAX_ALGS];
static isc_mem_t *dst_memory_pool = NULL; static isc_mem_t *dst_memory_pool = NULL;
static isc_entropy_t *dst_entropy_pool = NULL; static isc_entropy_t *dst_entropy_pool = NULL;

View File

@@ -19,9 +19,9 @@
/* /*
* Principal Author: Brian Wellington * Principal Author: Brian Wellington
* $Id: openssl_link.c,v 1.44 2001/02/14 20:57:15 bwelling Exp $ * $Id: openssl_link.c,v 1.45 2001/07/10 04:01:18 bwelling Exp $
*/ */
#if defined(OPENSSL) #ifdef OPENSSL
#include <config.h> #include <config.h>

View File

@@ -19,10 +19,10 @@
/* /*
* Principal Author: Brian Wellington * Principal Author: Brian Wellington
* $Id: openssldh_link.c,v 1.37 2001/05/10 19:07:16 bwelling Exp $ * $Id: openssldh_link.c,v 1.38 2001/07/10 04:01:16 bwelling Exp $
*/ */
#if defined(OPENSSL) #ifdef OPENSSL
#include <config.h> #include <config.h>

View File

@@ -17,9 +17,9 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: openssldsa_link.c,v 1.3 2001/05/10 19:07:17 bwelling Exp $ */ /* $Id: openssldsa_link.c,v 1.4 2001/07/10 04:01:17 bwelling Exp $ */
#if defined(OPENSSL) #ifdef OPENSSL
#include <config.h> #include <config.h>

View File

@@ -17,9 +17,9 @@
/* /*
* Principal Author: Brian Wellington * Principal Author: Brian Wellington
* $Id: opensslrsa_link.c,v 1.11 2001/05/10 19:07:18 bwelling Exp $ * $Id: opensslrsa_link.c,v 1.12 2001/07/10 04:01:19 bwelling Exp $
*/ */
#if defined(OPENSSL) #ifdef OPENSSL
#include <config.h> #include <config.h>