util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entries
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Jul 2020 10:04:24 +0000 (12:04 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 4 Jul 2020 08:32:49 +0000 (10:32 +0200)
commitb2bed3c6e53fd8e439bae6a66860d31ce994bb70
treee74b667298fbd67619e28a7f89fa4917c5940e1a
parentbb2d726d75c062513b796d6c76c2a1ea9ff27e24
util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entries

OpenSSL::config::guess_system() is supposed to return system triplets.
However, for Windows and VMS, it returned the final OpenSSL config
target instead.  We move the entries for them to the table that
OpenSSL::config::map_guess() uses, so it can properly convert the
input triplet to an OpenSSL config target.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12339)
util/perl/OpenSSL/config.pm