Move the display of disabled features to configdata.pm as well.
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Jan 2018 16:33:58 +0000 (17:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Jan 2018 20:56:47 +0000 (21:56 +0100)
commitca3724142a759703dace678e73613cfda6c00cd0
tree4e4e37d3572142d6171eb944a7a97a320642b193
parentf9856cc5b47ce850698f2ae2ddf7d32198af9652
Move the display of disabled features to configdata.pm as well.

The additional possibility is:

perl configdata.pm --options            Display the features, both
                                        enabled and disabled, and
                                        display defined macro and
                                        skipped directories where
                                        applicable.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5185)
Configure