From 7e99867533cd70d7e1f67b668c7aef064afd3b24 Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Fri, 18 Dec 2020 13:53:06 +0100 Subject: Cleanup old OpenSSL 0.9.7 compatibility code OpenSSL 0.9.7 is already not supported, so clean up the old legacy bits for that as well. Signed-off-by: Dirkjan Bussink Reviewed-by: Jakub Jelen Reviewed-by: Andreas Schneider --- include/libssh/libcrypto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/libssh/libcrypto.h b/include/libssh/libcrypto.h index 4117942c..a89cbd05 100644 --- a/include/libssh/libcrypto.h +++ b/include/libssh/libcrypto.h @@ -60,10 +60,6 @@ typedef void *EVPCTX; #include #include -#define OPENSSL_0_9_7b 0x0090702fL -#if (OPENSSL_VERSION_NUMBER <= OPENSSL_0_9_7b) -#define BROKEN_AES_CTR -#endif typedef BIGNUM* bignum; typedef const BIGNUM* const_bignum; typedef BN_CTX* bignum_CTX; -- cgit v1.2.3