]> git.ipfire.org Git - thirdparty/openssl.git/commit
find-doc-nits: Check env var documentation
authorNorbert Pocs <norbertp@openssl.org>
Thu, 17 Jul 2025 13:42:44 +0000 (15:42 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 29 Jul 2025 17:12:11 +0000 (13:12 -0400)
commitead653be8b87439a05ca09d437556be56718f8fc
tree33e4cd51513a9fdb7fa203a90164bd035ddb55bb
parentdcf009cd897aa64a69ef82621fe70d89abf0d5c5
find-doc-nits: Check env var documentation

Check the code (source files and .in files) for undocumented ENV
variable names. The variable name should be documented in openssl-env or
in a designated man page in the "ENVIRONMENT" section.

Resolves: https://github.com/openssl/openssl/issues/28050

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28025)
util/find-doc-nits