| commit | 37fe90ad17fcaaeb33d01c660ed1c12db723d833 | [log] [tgz] |
|---|---|---|
| author | Richard Levitte <levitte@openssl.org> | Mon Sep 21 13:13:25 2020 +0200 |
| committer | Richard Levitte <levitte@openssl.org> | Thu Sep 24 08:06:50 2020 +0200 |
| tree | 20a07c24f63f88f8187c129e1fed7b54bbf88fcf | |
| parent | c60330cb0efcde5fea80113c110499d352b2abca [diff] [blame] |
Configure: Show 'enable' and 'disable' config attributes This makes a difference for './Configure HASH' and './Configure TABLE' Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12933)
diff --git a/Configure b/Configure index 22c0ecd..6219e2e 100755 --- a/Configure +++ b/Configure
@@ -3162,6 +3162,8 @@ "loutflag", "ex_libs", "bn_ops", + "enable", + "disable", "poly1035_asm_src", "thread_scheme", "perlasm_scheme",