summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-12 13:31:57 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-12 13:31:57 +0000
commitb2a4e959c917430acc2ef5e7f5aa0d6e15a91fd6 (patch)
tree18e3312bfb7cf305630bf54e67b0bf637e228d65 /crypto/crypto-lib.com
parentf17ef241d10b4966c52562d066c91b1cafb1e486 (diff)
A few files in the ENGINE and EVP sections forgotten.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 94060da58f..c9075b31dc 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -216,7 +216,7 @@ $ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ -
"dso_openssl,dso_win32,dso_vms"
$ LIB_ENGINE = "eng_err,eng_lib,eng_list,eng_init,eng_ctrl,"+ -
"eng_table,eng_pkey,eng_fat,eng_all,"+ -
- "tb_rsa,tb_dsa,tb_dh,tb_rand,tb_cipher,tb_digest,"+ -
+ "tb_rsa,tb_dsa,tb_ecdsa,tb_dh,tb_rand,tb_cipher,tb_digest,tb_ecdh"+ -
"eng_openssl,eng_dyn,eng_cnf,"+ -
"hw_atalla,hw_cswift,hw_ncipher,hw_nuron,hw_ubsec,"+ -
"hw_openbsd_dev_crypto,hw_aep,hw_sureware,hw_4758_cca"
@@ -234,12 +234,12 @@ $ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd,"+ -
"rand_vms"
$ LIB_ERR = "err,err_all,err_prn"
$ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err"
-$ LIB_EVP = "encode,digest,evp_enc,evp_key,"+ -
+$ LIB_EVP = "encode,digest,evp_enc,evp_key,evp_acnf,"+ -
"e_des,e_bf,e_idea,e_des3,"+ -
"e_rc4,e_aes,names,"+ -
"e_xcbc_d,e_rc2,e_cast,e_rc5"
$ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1," + -
- "m_dss,m_dss1,m_mdc2,m_ripemd,"+ -
+ "m_dss,m_dss1,m_mdc2,m_ripemd,m_ecdsa,"+ -
"p_open,p_seal,p_sign,p_verify,p_lib,p_enc,p_dec,"+ -
"bio_md,bio_b64,bio_enc,evp_err,e_null,"+ -
"c_all,c_allc,c_alld,evp_lib,bio_ok,"+-