From 25a02b0c95e01bc331267a1db0f62d3cbd7a0897 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 13 Dec 2012 08:18:56 +1100 Subject: - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our compat code for older OpenSSL --- cipher-ctr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cipher-ctr.c') diff --git a/cipher-ctr.c b/cipher-ctr.c index 04975b4b..f053abe2 100644 --- a/cipher-ctr.c +++ b/cipher-ctr.c @@ -16,6 +16,7 @@ */ #include "includes.h" +#ifndef OPENSSL_HAVE_EVPCTR #include #include @@ -144,3 +145,5 @@ evp_aes_128_ctr(void) #endif return (&aes_ctr); } + +#endif /* OPENSSL_HAVE_EVPCTR */ -- cgit v1.2.3