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;