Correct system guessing for solaris64-x86_64-* targets
authorMatt Caswell <matt@openssl.org>
Thu, 5 Nov 2020 15:13:25 +0000 (15:13 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 6 Nov 2020 17:20:54 +0000 (17:20 +0000)
commit5800d0414be113b6d710c1a23a8097842cfc675b
tree0ef8a7d26eb2ac16c9a89b2e9200168ee90005e7
parent3eb84c62859591eccab32fababe0314942e09461
Correct system guessing for solaris64-x86_64-* targets

Previously the system guessing script was choosing a target that did not
exist for these platforms.

Fixes #13323

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