diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-01-23 01:18:34 +0100 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-01-23 01:18:43 +0100 |
commit | 2eb875c9257e508eb9fa2bb866c284d388d66cab (patch) | |
tree | f71fac67550061c898261449098b6a14c128c98c /util/missingcrypto.txt | |
parent | Avoid leak in error path of PKCS5_PBE_keyivgen (diff) | |
download | openssl-2eb875c9257e508eb9fa2bb866c284d388d66cab.tar.xz openssl-2eb875c9257e508eb9fa2bb866c284d388d66cab.zip |
Re-remove TS_VERIFY_CTX_set_certs entry from missingcrypto.txt
make doc-nits was failing due to a merge error on master in missingcrypto.txt.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10932)
Diffstat (limited to 'util/missingcrypto.txt')
-rw-r--r-- | util/missingcrypto.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index f1eea668cd..4f610c5815 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -1081,7 +1081,6 @@ TS_VERIFY_CTX_cleanup(3) TS_VERIFY_CTX_free(3) TS_VERIFY_CTX_init(3) TS_VERIFY_CTX_new(3) -TS_VERIFY_CTX_set_certs(3) TS_VERIFY_CTX_set_data(3) TS_VERIFY_CTX_set_flags(3) TS_VERIFY_CTX_set_imprint(3) |