Add missing symbols and fix malformed symbols

Build failure reported by Rok Papež on heimdal-discuss
This commit is contained in:
Love Hornquist Astrand
2009-09-19 12:26:52 -07:00
parent b59d869489
commit b0e2117322

View File

@@ -5,11 +5,11 @@ HEIMDAL_CRYPTO_1.0 {
hc_AES_cbc_encrypt;
hc_AES_decrypt;
hc_AES_decrypt_key;
bc_BN_CTX_end;
bc_BN_CTX_free;
bc_BN_CTX_get;
bc_BN_CTX_new;
bc_BN_CTX_start;
hc_BN_CTX_end;
hc_BN_CTX_free;
hc_BN_CTX_get;
hc_BN_CTX_new;
hc_BN_CTX_start;
hc_AES_encrypt;
hc_AES_set_encrypt_key;
hc_BN_GENCB_call;
@@ -267,6 +267,11 @@ HEIMDAL_CRYPTO_1.0 {
hc_d2i_RSAPublicKey;
hc_EVP_CIPHER_CTX_ctrl;
hc_EVP_CIPHER_CTX_rand_key;
hc_EVP_CIPHER_CTX_set_key_length;
hc_EVP_hcrypto_rc2_40_cbc;
hc_EVP_hcrypto_camellia_128_cbc;
hc_EVP_CipherUpdate;
hc_EVP_CipherFinal_ex;
local:
*;
};