From ce7dc5a8b8fb24f7fb9792c8d91698a5d40618a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 17 Aug 2008 14:10:24 +0000 Subject: [PATCH] add EVP_des_cbc git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23593 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/version-script.map | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hcrypto/version-script.map b/lib/hcrypto/version-script.map index 57459c9d5..2f4510b12 100644 --- a/lib/hcrypto/version-script.map +++ b/lib/hcrypto/version-script.map @@ -142,6 +142,7 @@ HEIMDAL_CRYPTO_1.0 { hc_EVP_hcrypto_aes_cts_128_cbc; hc_EVP_hcrypto_aes_cts_192_cbc; hc_EVP_hcrypto_aes_cts_256_cbc; + hc_EVP_des_cbc; hc_EVP_des_ede3_cbc; hc_EVP_camellia_128_cbc; hc_EVP_camellia_192_cbc;