From: Richard Levitte Date: Mon, 21 Sep 2020 11:13:25 +0000 (+0200) Subject: Configure: Show 'enable' and 'disable' config attributes X-Git-Tag: openssl-3.0.0-alpha7~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37fe90ad17fcaaeb33d01c660ed1c12db723d833;p=thirdparty%2Fopenssl.git Configure: Show 'enable' and 'disable' config attributes This makes a difference for './Configure HASH' and './Configure TABLE' Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/12933) --- diff --git a/Configure b/Configure index 22c0ecdabd1..6219e2e37ef 100755 --- a/Configure +++ b/Configure @@ -3162,6 +3162,8 @@ sub print_table_entry "loutflag", "ex_libs", "bn_ops", + "enable", + "disable", "poly1035_asm_src", "thread_scheme", "perlasm_scheme",