aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-09-23 11:16:21 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-17 09:16:45 +0200
commit506cb0f6322b24c980273ff5cd8f2c973a12b42f (patch)
tree773bbde5c66b9bc899c1e4d986e1a39ee3bb2f72 /util
parentf651c727f85813085355bb207cf913288108ed79 (diff)
downloadopenssl-506cb0f6322b24c980273ff5cd8f2c973a12b42f.zip
openssl-506cb0f6322b24c980273ff5cd8f2c973a12b42f.tar.gz
openssl-506cb0f6322b24c980273ff5cd8f2c973a12b42f.tar.bz2
EVP: add functions that return the name number
The returned number can be used for comparison purposes. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/9979)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 1fd7de9..3f76771 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4843,3 +4843,10 @@ EVP_KEYMGMT_names_do_all 4959 3_0_0 EXIST::FUNCTION:
EVP_KEYEXCH_names_do_all 4960 3_0_0 EXIST::FUNCTION:
EVP_KDF_names_do_all 4961 3_0_0 EXIST::FUNCTION:
EVP_SIGNATURE_names_do_all 4962 3_0_0 EXIST::FUNCTION:
+EVP_MD_number 4963 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_number 4964 3_0_0 EXIST::FUNCTION:
+EVP_MAC_number 4965 3_0_0 EXIST::FUNCTION:
+EVP_KEYMGMT_number 4966 3_0_0 EXIST::FUNCTION:
+EVP_KEYEXCH_number 4967 3_0_0 EXIST::FUNCTION:
+EVP_KDF_number 4968 3_0_0 EXIST::FUNCTION:
+EVP_SIGNATURE_number 4969 3_0_0 EXIST::FUNCTION: