From 83c263ed4f6d4e8a69f04de73d897a697721d823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 16 Aug 2007 14:39:05 +0000 Subject: [PATCH] Export camellia. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21921 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/version-script.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/hcrypto/version-script.map b/lib/hcrypto/version-script.map index 8cb69751e..d8d59f27d 100644 --- a/lib/hcrypto/version-script.map +++ b/lib/hcrypto/version-script.map @@ -134,6 +134,9 @@ HEIMDAL_CRYPTO_1.0 { hc_EVP_aes_192_cbc; hc_EVP_aes_256_cbc; hc_EVP_des_ede3_cbc; + hc_EVP_camellia_128_cbc; + hc_EVP_camellia_192_cbc; + hc_EVP_camellia_256_cbc; hc_EVP_enc_null; hc_EVP_get_cipherbyname; hc_EVP_md2;