Don't complain about uninitialized values when running Configure
authorMatt Caswell <matt@openssl.org>
Thu, 5 Nov 2020 14:56:45 +0000 (14:56 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 6 Nov 2020 17:20:54 +0000 (17:20 +0000)
commit3eb84c62859591eccab32fababe0314942e09461
tree3db304099aa76bbf83b4bad8c18f6541d9fd88c1
parentb9b2135d22b93f949fd77f293925fc66158416ff
Don't complain about uninitialized values when running Configure

If a system understands `uname -X` then the Configure script will attempt
to use uninitialized values.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13327)
util/perl/OpenSSL/config.pm