diff options
author | Richard Levitte <levitte@openssl.org> | 2000-09-25 12:22:39 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-09-25 12:22:39 +0200 |
commit | 46b1b91309aaf4faf6544247ac5235fd0f4dda62 (patch) | |
tree | 2f56e1b72f82ce3ffbed9729e78c440fae2c7388 /util | |
parent | When creating a .def file, be a bit more selective so disabled (diff) | |
download | openssl-46b1b91309aaf4faf6544247ac5235fd0f4dda62.tar.xz openssl-46b1b91309aaf4faf6544247ac5235fd0f4dda62.zip |
Update
Diffstat (limited to 'util')
-rwxr-xr-x | util/libeay.num | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/libeay.num b/util/libeay.num index 3a72228d6a..9f0f598860 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -301,8 +301,8 @@ EVP_des_ede_cfb 308 EXIST::FUNCTION:DES EVP_des_ede_ofb 309 EXIST::FUNCTION:DES EVP_des_ofb 310 EXIST::FUNCTION:DES EVP_desx_cbc 311 EXIST::FUNCTION:DES -EVP_dss 312 EXIST::FUNCTION:DSA -EVP_dss1 313 EXIST::FUNCTION:DSA +EVP_dss 312 EXIST::FUNCTION:DSA,SHA +EVP_dss1 313 EXIST::FUNCTION:DSA,SHA EVP_enc_null 314 EXIST::FUNCTION: EVP_get_cipherbyname 315 EXIST::FUNCTION: EVP_get_digestbyname 316 EXIST::FUNCTION: @@ -926,7 +926,7 @@ PKCS7_add_signature 938 EXIST::FUNCTION: PKCS7_cert_from_signer_info 939 EXIST::FUNCTION: PKCS7_get_signer_info 940 EXIST::FUNCTION: EVP_delete_alias 941 NOEXIST::FUNCTION: -EVP_mdc2 942 EXIST::FUNCTION: +EVP_mdc2 942 EXIST::FUNCTION:MDC2 PEM_read_bio_RSAPublicKey 943 EXIST::FUNCTION:RSA PEM_write_bio_RSAPublicKey 944 EXIST::FUNCTION:RSA d2i_RSAPublicKey_bio 945 EXIST::FUNCTION:RSA |