]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fix: Apply cascade-disables before showing status
authorBMDan <881372+BMDan@users.noreply.github.com>
Sat, 4 Nov 2023 20:00:45 +0000 (13:00 -0700)
committerTomas Mraz <tomas@openssl.org>
Mon, 11 Aug 2025 14:52:01 +0000 (16:52 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/22621)

Configure

index 26e1d0dc946a7ac5e632854bbf9a09fd10d79108..6cc03bf2fee725813f73329e83fcd6c5828ce2ce 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -3409,6 +3409,8 @@ sub usage
                 }
         print STDERR "\n";
 
+        disable();
+
         # Do some color wizardry.  Ideally, this would be done by a library and
         # would use proper termcap/terminfo, but we would rather avoid external
         # dependencies.  It's disabled by default unless you define CLICOLOR in