]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Auto-size more of configdata.pm "disabled features"
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 14 Feb 2018 18:04:16 +0000 (12:04 -0600)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 14 Feb 2018 19:15:21 +0000 (13:15 -0600)
commit0b80103bfa12fcd461e8642d351fff40d650313b
tree33859c97dc55e2e3b415795427836f9abe804174
parent4fd39122e51c3c44fcb72fb9b732d5008efda399
Auto-size more of configdata.pm "disabled features"

configdata.pm -d prints out a lot of information, including a table
of what features are disabled, why, and the effect of that disablement
(in terms of preprocessor symbols defined and directories skipped).
The first column is already auto-sized, to easily accomodate future
disableable features with long names.  Also auto-size the second column,
to accomodate future reasons for disablement with long names as well.

Failing to take such precautions results in stderr spew from
configdata.pm -d when such long reasons are in use:

   Negative repeat count does nothing at ./configdata.pm line 14504.

Such output is pretty distracting from the actual desired output,
so try to avoid it if possible.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5371)
Configure