commit | c47188499631a0ff07740853d60f2196a147eed9 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Mar 09 17:18:07 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Wed Mar 09 17:59:14 2016 +0100 |
tree | 95c78a5b7ed15817d2c171178372c40de50a2b06 | |
parent | 67336ea4006e83d0c90821c02b7f94bb80c24647 [diff] |
Comment away the extra checks in Configure The "extra checks" is a debugging tool to check the config resolving mechanism. It uses Perl's smart match, which is experimental and therefore always causes Perl to give out a warning, and it causes older Perl versions to fail entirely. So, it gets commented away, but stays otherwise in place, as it may be useful again. Reviewed-by: Matt Caswell <matt@openssl.org>