summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-10 22:59:07 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-23 06:34:09 +0200
commit1d2622d4f357a7994cf6fdc3fdba27317a6a6597 (patch)
tree773bfa44138d19ec6ef9b0c0a0b15e69949a6e25 /util
parentc750bc08516f1273751ba03fa533e3eb2418b92d (diff)
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 'util')
-rw-r--r--util/libcrypto.num2
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: