diff options
author | Pauli <paul.dale@oracle.com> | 2020-04-21 02:49:19 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-04-22 05:56:44 +0200 |
commit | 8d5fb6485282c79bfe9f1ebab14eab515910e370 (patch) | |
tree | 7fe3b356021db7eba7529a9569d2c61348324e99 /util/libcrypto.num | |
parent | [crypto/ec] deprecate Jprojective_coordinates_GFp functions (diff) | |
download | openssl-8d5fb6485282c79bfe9f1ebab14eab515910e370.tar.xz openssl-8d5fb6485282c79bfe9f1ebab14eab515910e370.zip |
params: add functionality to test if an OSSL_PARAM has been set.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11588)
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 76855981b9..dbaea8c716 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5077,3 +5077,5 @@ X509_REQ_verify_ex ? 3_0_0 EXIST::FUNCTION: X509_ALGOR_copy ? 3_0_0 EXIST::FUNCTION: X509_REQ_set0_signature ? 3_0_0 EXIST::FUNCTION: X509_REQ_set1_signature_algo ? 3_0_0 EXIST::FUNCTION: +OSSL_PARAM_modified ? 3_0_0 EXIST::FUNCTION: +OSSL_PARAM_set_unmodified ? 3_0_0 EXIST::FUNCTION: |