From 37fe90ad17fcaaeb33d01c660ed1c12db723d833 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 21 Sep 2020 13:13:25 +0200 Subject: [PATCH] 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) --- Configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure b/Configure index 22c0ecdabd..6219e2e37e 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",