mirror of
https://github.com/openssl/openssl.git
synced 2025-03-25 20:00:44 +08:00
util/find-doc-nits: Do not read "missing" files when -u is given
Fixes #12117 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12125)
This commit is contained in:
parent
b0d5c1cb07
commit
e3ce33b3b5
@ -1087,7 +1087,7 @@ if ( $opt_o ) {
|
||||
loadmissing('util/missingmacro111.txt', 'crypto');
|
||||
loadmissing('util/missingcrypto111.txt', 'crypto');
|
||||
loadmissing('util/missingssl111.txt', 'ssl');
|
||||
} else {
|
||||
} elsif ( !$opt_u ) {
|
||||
loadmissing('util/missingmacro.txt', 'crypto');
|
||||
loadmissing('util/missingcrypto.txt', 'crypto');
|
||||
loadmissing('util/missingssl.txt', 'ssl');
|
||||
|
Loading…
x
Reference in New Issue
Block a user