diff options
author | Dmitry Belyavskiy <beldmit@gmail.com> | 2024-09-11 16:04:21 +0200 |
---|---|---|
committer | Pauli <ppzgs1@gmail.com> | 2024-09-16 00:15:52 +0200 |
commit | ac645995c474051df2566ada5a8dab4dd1553673 (patch) | |
tree | 56ec19be474c990bd04e7567aacd0afb41c71ef6 /util/libcrypto.num | |
parent | EVP_get_default_properties - documentation (diff) | |
download | openssl-ac645995c474051df2566ada5a8dab4dd1553673.tar.xz openssl-ac645995c474051df2566ada5a8dab4dd1553673.zip |
EVP_get_default_properties - make update
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25434)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 39b1068006..cb98839b64 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5734,6 +5734,7 @@ EVP_CIPHER_CTX_get_algor 5861 3_4_0 EXIST::FUNCTION: EVP_PKEY_CTX_set_algor_params 5862 3_4_0 EXIST::FUNCTION: EVP_PKEY_CTX_get_algor_params 5863 3_4_0 EXIST::FUNCTION: EVP_PKEY_CTX_get_algor 5864 3_4_0 EXIST::FUNCTION: +EVP_get1_default_properties ? 3_5_0 EXIST::FUNCTION: d2i_OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX ? 3_5_0 EXIST::FUNCTION: i2d_OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX ? 3_5_0 EXIST::FUNCTION: OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_free ? 3_5_0 EXIST::FUNCTION: |