diff options
author | Richard Levitte <levitte@openssl.org> | 2019-07-13 07:02:54 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-07-23 06:34:09 +0200 |
commit | c540f00f383754fa490be76c2c3398ccd4d2a869 (patch) | |
tree | 4e8e7fe4d196668f7cf7030d7bd77d315ced8054 /util | |
parent | Add internal function evp_generic_do_all() (diff) | |
download | openssl-c540f00f383754fa490be76c2c3398ccd4d2a869.tar.xz openssl-c540f00f383754fa490be76c2c3398ccd4d2a869.zip |
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9356)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 3caf9b859c..b0a7f81607 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4696,3 +4696,5 @@ EVP_CIPHER_name 4801 3_0_0 EXIST::FUNCTION: EVP_MD_provider 4802 3_0_0 EXIST::FUNCTION: EVP_CIPHER_provider 4803 3_0_0 EXIST::FUNCTION: OSSL_PROVIDER_name 4804 3_0_0 EXIST::FUNCTION: +EVP_CIPHER_do_all_ex 4805 3_0_0 EXIST::FUNCTION: +EVP_MD_do_all_ex 4806 3_0_0 EXIST::FUNCTION: |