mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
UNUSED(engine) if !defined(OPENSSL)
This commit is contained in:
parent
d937817697
commit
5ccd971c72
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
/*
|
||||
* Principal Author: Brian Wellington
|
||||
* $Id: dst_api.c,v 1.45 2009/10/27 22:25:37 marka Exp $
|
||||
* $Id: dst_api.c,v 1.46 2009/11/03 19:43:54 marka Exp $
|
||||
*/
|
||||
|
||||
/*! \file */
|
||||
|
|
@ -162,6 +162,10 @@ dst_lib_init2(isc_mem_t *mctx, isc_entropy_t *ectx,
|
|||
#endif
|
||||
REQUIRE(dst_initialized == ISC_FALSE);
|
||||
|
||||
#ifndef OPENSSL
|
||||
UNUSED(engine);
|
||||
#endif
|
||||
|
||||
dst__memory_pool = NULL;
|
||||
|
||||
#if defined(OPENSSL) && defined(BIND9)
|
||||
|
|
|
|||
Loading…
Reference in a new issue