diff options
author | Richard Levitte <levitte@openssl.org> | 2019-07-10 22:59:07 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-07-23 06:34:09 +0200 |
commit | 1d2622d4f357a7994cf6fdc3fdba27317a6a6597 (patch) | |
tree | 773bfa44138d19ec6ef9b0c0a0b15e69949a6e25 /util/libcrypto.num | |
parent | Re-implement EVP_MD_name() and EVP_CIPHER_name() as functions (diff) | |
download | openssl-1d2622d4f357a7994cf6fdc3fdba27317a6a6597.tar.xz openssl-1d2622d4f357a7994cf6fdc3fdba27317a6a6597.zip |
Add EVP_MD_provider() and EVP_CIPHER_provider()
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9356)
Diffstat (limited to '')
-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 e9e5cfdca1..1a8d91b2d6 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4693,3 +4693,5 @@ X509_PUBKEY_dup 4798 3_0_0 EXIST::FUNCTION: ERR_put_func_error 4799 3_0_0 EXIST::FUNCTION: EVP_MD_name 4800 3_0_0 EXIST::FUNCTION: 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: |