From 9745ba2d18a5332d603506f717baf0661dbef547 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 17 Aug 2009 08:53:43 +0200 Subject: [PATCH] export right cts symbol --- lib/hcrypto/version-script.map | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/hcrypto/version-script.map b/lib/hcrypto/version-script.map index c1a66bafc..db04c2ba9 100644 --- a/lib/hcrypto/version-script.map +++ b/lib/hcrypto/version-script.map @@ -183,9 +183,9 @@ HEIMDAL_CRYPTO_1.0 { hc_EVP_hcrypto_rc4; hc_EVP_hcrypto_rc4_40; - hc_EVP_hcrypto_aes_cts_128_cbc; - hc_EVP_hcrypto_aes_cts_192_cbc; - hc_EVP_hcrypto_aes_cts_256_cbc; + hc_EVP_hcrypto_aes_128_cts; + hc_EVP_hcrypto_aes_192_cts; + hc_EVP_hcrypto_aes_256_cts; hc_HMAC; hc_HMAC_CTX_cleanup;