summaryrefslogtreecommitdiffstats
path: root/util/missingcrypto.txt
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-03-08 21:36:10 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2021-03-09 16:25:46 +0100
commit896dcda18bf9347deb507f1d3c1f7e17638dd745 (patch)
treeebfa6bffb4c27a88cea7cc3fb35f2d03f76a9b3f /util/missingcrypto.txt
parentEVP_KDF-KB man page: Fix typo in the example code (diff)
downloadopenssl-896dcda18bf9347deb507f1d3c1f7e17638dd745.tar.xz
openssl-896dcda18bf9347deb507f1d3c1f7e17638dd745.zip
Non-const accessor to legacy keys
Fixes #14466. Reverting the changes of the EVP_PKEY_get0 function. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14468)
Diffstat (limited to '')
-rw-r--r--util/missingcrypto.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index 60d2572bb2..d062ff03c0 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -675,7 +675,6 @@ EVP_PKEY_assign(3)
EVP_PKEY_decrypt_old(3)
EVP_PKEY_delete_attr(3)
EVP_PKEY_encrypt_old(3)
-EVP_PKEY_get0(3)
EVP_PKEY_get_attr(3)
EVP_PKEY_get_attr_by_NID(3)
EVP_PKEY_get_attr_by_OBJ(3)