]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Temporary disable ENGINE_* docs tests.
authorMilan Broz <gmazyland@gmail.com>
Wed, 5 Nov 2025 08:59:15 +0000 (09:59 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:32:18 +0000 (07:32 -0500)
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29305)

util/find-doc-nits

index cd9e502d53a912b6369fc52a9d28ce13694dd6d4..f7092bf129010a8cba868ba7cd71d0cc0cfe72ee 100755 (executable)
@@ -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