mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
cleanup USE_EVP_RSA (RT #20044)
This commit is contained in:
@@ -17,15 +17,12 @@
|
||||
|
||||
/*
|
||||
* Principal Author: Brian Wellington
|
||||
* $Id: opensslrsa_link.c,v 1.27 2009/09/07 12:54:59 fdupont Exp $
|
||||
* $Id: opensslrsa_link.c,v 1.28 2009/09/23 11:16:50 fdupont Exp $
|
||||
*/
|
||||
#ifdef OPENSSL
|
||||
#ifndef USE_EVP
|
||||
#define USE_EVP 1
|
||||
#endif
|
||||
#if USE_EVP
|
||||
#define USE_EVP_RSA 1
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
Reference in New Issue
Block a user