summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib/isc/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/lib/isc/aes.c')
-rw-r--r--usr.sbin/bind/lib/isc/aes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/isc/aes.c b/usr.sbin/bind/lib/isc/aes.c
index 44bc6eabb1d..c8a0b8c0bb6 100644
--- a/usr.sbin/bind/lib/isc/aes.c
+++ b/usr.sbin/bind/lib/isc/aes.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: aes.c,v 1.3 2020/01/09 13:52:23 florian Exp $ */
+/* $Id: aes.c,v 1.4 2020/01/09 14:18:30 florian Exp $ */
/*! \file isc/aes.c */
@@ -27,7 +27,6 @@
#include <isc/types.h>
#include <isc/util.h>
-#ifdef ISC_PLATFORM_WANTAES
#if HAVE_OPENSSL_EVP_AES
#include <openssl/opensslv.h>
@@ -133,4 +132,3 @@ isc_aes256_crypt(const unsigned char *key, const unsigned char *in,
}
#endif
-#endif /* ISC_PLATFORM_WANTAES */