From dcf1a2fea0333d52ead97998b045363646068c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 16 Aug 2008 23:01:25 +0000 Subject: [PATCH] add new symbols git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23552 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/version-script.map | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hcrypto/version-script.map b/lib/hcrypto/version-script.map index db468e77c..57459c9d5 100644 --- a/lib/hcrypto/version-script.map +++ b/lib/hcrypto/version-script.map @@ -136,6 +136,12 @@ HEIMDAL_CRYPTO_1.0 { hc_EVP_aes_128_cbc; hc_EVP_aes_192_cbc; hc_EVP_aes_256_cbc; + hc_EVP_hcrypto_aes_128_cbc; + hc_EVP_hcrypto_aes_192_cbc; + hc_EVP_hcrypto_aes_256_cbc; + hc_EVP_hcrypto_aes_cts_128_cbc; + hc_EVP_hcrypto_aes_cts_192_cbc; + hc_EVP_hcrypto_aes_cts_256_cbc; hc_EVP_des_ede3_cbc; hc_EVP_camellia_128_cbc; hc_EVP_camellia_192_cbc;