From 1b075971231b7d6f6c3530c342ab2e7e6c96e7a4 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 25 Aug 2009 20:29:23 -0700 Subject: [PATCH] drop EVP_cts support --- lib/krb5/crypto.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/krb5/crypto.c b/lib/krb5/crypto.c index 1a30bc4ee..bdcdb2ea0 100644 --- a/lib/krb5/crypto.c +++ b/lib/krb5/crypto.c @@ -40,16 +40,6 @@ #define DES3_OLD_ENCTYPE 1 #endif - -#ifdef HAVE_OPENSSL /* XXX forward decl for hcrypto glue */ -const EVP_CIPHER * _krb5_EVP_hcrypto_aes_128_cts(void); -const EVP_CIPHER * _krb5_EVP_hcrypto_aes_256_cts(void); -#define EVP_hcrypto_aes_128_cts _krb5_EVP_hcrypto_aes_128_cts -#define EVP_hcrypto_aes_256_cts _krb5_EVP_hcrypto_aes_256_cts -#else -#include -#endif - struct key_data { krb5_keyblock *key; krb5_data *schedule;