From: Milan Broz Date: Wed, 5 Nov 2025 08:59:15 +0000 (+0100) Subject: Temporary disable ENGINE_* docs tests. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f21682280284bf3023bd7a63063d38f6f8c408;p=thirdparty%2Fopenssl.git Temporary disable ENGINE_* docs tests. Signed-off-by: Milan Broz Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28548) --- diff --git a/util/find-doc-nits b/util/find-doc-nits index cd9e502d53a..f7092bf1290 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -113,6 +113,7 @@ my $ignored = qr/(?| ^i2d_ | ^DEFINE_LHASH_OF_(INTERNAL|DEPRECATED) | ^OSSL_HTO[BL]E(16|32|64) # undefed | ^OSSL_[BL]E(16|32|64)TOH # undefed + | ^ENGINE_ # TODO(ENGINE REMOVAL): Fix docs )/x; # There are macro functions added before version 1.1.1 we don't want to track