diff --git a/lib/hcrypto/libhcrypto-exports.def b/lib/hcrypto/libhcrypto-exports.def index 8c0d79a6a..5a029cfd4 100644 --- a/lib/hcrypto/libhcrypto-exports.def +++ b/lib/hcrypto/libhcrypto-exports.def @@ -167,6 +167,8 @@ EXPORTS ;! hc_EVP_cc_md5 ;! hc_EVP_cc_sha1 ;! hc_EVP_cc_sha256 +;! hc_EVP_cc_sha384 +;! hc_EVP_cc_sha512 ;! hc_EVP_cc_des_ede3_cbc ;! hc_EVP_cc_aes_128_cbc ;! hc_EVP_cc_aes_192_cbc diff --git a/lib/hcrypto/version-script.map b/lib/hcrypto/version-script.map index 7eec8870b..d83361b33 100644 --- a/lib/hcrypto/version-script.map +++ b/lib/hcrypto/version-script.map @@ -174,6 +174,8 @@ HEIMDAL_CRYPTO_1.0 { hc_EVP_cc_md5; hc_EVP_cc_sha1; hc_EVP_cc_sha256; + hc_EVP_cc_sha384; + hc_EVP_cc_sha512; hc_EVP_cc_des_ede3_cbc; hc_EVP_cc_aes_128_cbc; hc_EVP_cc_aes_192_cbc;