diff options
author | Richard Levitte <levitte@openssl.org> | 2020-09-21 13:13:25 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-09-24 08:06:50 +0200 |
commit | 37fe90ad17fcaaeb33d01c660ed1c12db723d833 (patch) | |
tree | 20a07c24f63f88f8187c129e1fed7b54bbf88fcf /Configure | |
parent | Configuration: Streamline NonStop entries (diff) | |
download | openssl-37fe90ad17fcaaeb33d01c660ed1c12db723d833.tar.xz openssl-37fe90ad17fcaaeb33d01c660ed1c12db723d833.zip |
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)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3162,6 +3162,8 @@ sub print_table_entry "loutflag", "ex_libs", "bn_ops", + "enable", + "disable", "poly1035_asm_src", "thread_scheme", "perlasm_scheme", |