diff options
author | Nikhil Bisht <nikhil.95.bisht@gmail.com> | 2022-12-22 21:56:28 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-01-10 13:53:56 +0100 |
commit | 3be76745e55eab9ea976f7a23e6c8ecd3bb8136c (patch) | |
tree | c5ebd8ae2dd35ff8ed5a96455f47e24027b47d15 /util | |
parent | info.c: Fix typos in seed macro name and description string (diff) | |
download | openssl-3be76745e55eab9ea976f7a23e6c8ecd3bb8136c.tar.xz openssl-3be76745e55eab9ea976f7a23e6c8ecd3bb8136c.zip |
Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19962)
Diffstat (limited to 'util')
-rw-r--r-- | util/missingcrypto.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index a603ff7545..3090d50473 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -588,8 +588,6 @@ EVP_MD_do_all(3) EVP_MD_do_all_sorted(3) EVP_PBE_cleanup(3) EVP_PBE_get(3) -EVP_PKEY_CTX_get0_peerkey(3) -EVP_PKEY_CTX_get0_pkey(3) EVP_PKEY_CTX_get_data(3) EVP_PKEY_CTX_get_operation(3) EVP_PKEY_CTX_hex2ctrl(3) |