aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libcrypto.h
diff options
context:
space:
mode:
authorDirkjan Bussink <d.bussink@gmail.com>2020-12-18 13:53:06 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-12-22 09:15:38 +0100
commit7e99867533cd70d7e1f67b668c7aef064afd3b24 (patch)
treec7389ea37678f5e716e46779c4a738e0a072f6d4 /include/libssh/libcrypto.h
parente20fe54f3f80fa07819e2775b5be4a2e3fafb46f (diff)
downloadlibssh-7e99867533cd70d7e1f67b668c7aef064afd3b24.tar.gz
libssh-7e99867533cd70d7e1f67b668c7aef064afd3b24.tar.xz
libssh-7e99867533cd70d7e1f67b668c7aef064afd3b24.zip
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 <d.bussink@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/libcrypto.h')
-rw-r--r--include/libssh/libcrypto.h4
1 files changed, 0 insertions, 4 deletions
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 <openssl/bn.h>
#include <openssl/opensslv.h>
-#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;