diff options
author | levitte <levitte> | 2006-05-25 10:40:01 +0000 |
---|---|---|
committer | levitte <levitte> | 2006-05-25 10:40:01 +0000 |
commit | 92166fad9c6fa19b5e5bf6014a734eec712d9430 (patch) | |
tree | c54f3e027b2e519f50cd48b09533466e5f530940 /crypto/crypto-lib.com | |
parent | 8ddd31ff41d0c04cef7bdb35b643f60d96186858 (diff) | |
download | openssl-92166fad9c6fa19b5e5bf6014a734eec712d9430.tar.gz |
Keep in sync with Unix
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r-- | crypto/crypto-lib.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 68a209aeb..e773e8611 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -235,7 +235,7 @@ $ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1,m_wp," + - "bio_md,bio_b64,bio_enc,evp_err,e_null,"+ - "c_all,c_allc,c_alld,evp_lib,bio_ok,"+- "evp_pkey,evp_pbe,p5_crpt,p5_crpt2" -$ LIB_EVP_3 = "e_old,pmeth_lib,pmeth_fn,pmeth_gn" +$ LIB_EVP_3 = "e_old,pmeth_lib,pmeth_fn,pmeth_gn,m_sigver" $ LIB_ASN1 = "a_object,a_bitstr,a_utctm,a_gentm,a_time,a_int,a_octet,"+ - "a_print,a_type,a_set,a_dup,a_d2i_fp,a_i2d_fp,"+ - "a_enum,a_utf8,a_sign,a_digest,a_verify,a_mbstr,a_strex,"+ - |