From d2f82495a25d835e4821c0c1a79e8e39b66eed66 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 18 May 2021 17:39:56 +0100 Subject: Cleanup the missing*.txt files One macro existed that was added since 1.1.1 and was undocumented. This had been added to missingmacro.txt. This is the wrong approach and so has been removed from there. There were some entries in missingcrypto.txt that don't exist as functions at all. There were also some which were in fact documented. Additionally 2 entries from missingcrypto.txt have been moved to missingmacro.txt. These entries existed in 1.1.1 and were undocumented. In master they have been deprecated and compatibility macros for them implemented. The replacement functions have been documented. An entry in missingcrypto111.txt was not in alphabetical order (and was also) duplicated, but the equivalent entry in missingcrypto.txt was in the correct place. This has been corrected to make comparisons between the files easier. Finally a function has been added to missingcrypto111.txt. This function did exist in 1.1.1 and was undocumented. Its unclear why this wasn't in missingcrypto111.txt to start with. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15333) --- util/missingmacro.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/missingmacro.txt') diff --git a/util/missingmacro.txt b/util/missingmacro.txt index 6b7f9fa2b3..97d22205af 100644 --- a/util/missingmacro.txt +++ b/util/missingmacro.txt @@ -93,6 +93,8 @@ int_implement_lhash_doall(3) OBJ_create_and_add_object(3) OBJ_bsearch(3) OBJ_bsearch_ex(3) +OCSP_REQ_CTX_http(3) +OCSP_REQ_CTX_new(3) PEM_read_bio_OCSP_REQUEST(3) PEM_read_bio_OCSP_RESPONSE(3) PEM_write_bio_OCSP_REQUEST(3) @@ -172,4 +174,3 @@ X509V3_set_ctx_test(3) X509V3_set_ctx_nodb(3) EXT_BITSTRING(3) EXT_IA5STRING(3) -EXT_UTF8STRING(3) -- cgit v1.2.3