util/perl/OpenSSL/config.pm: Add VMS specific C compiler settings
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2021 06:37:06 +0000 (07:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Feb 2021 08:35:04 +0000 (09:35 +0100)
commitf627561cf5cc4963698bf975df8694543bcf826c
treef5fabf660783d96e3c6b49bc83e77e4c46a7080b
parent9e1094ad3df16a7d9a1224925ed8a9c3f76b9bba
util/perl/OpenSSL/config.pm: Add VMS specific C compiler settings

That includes proper compiler version detection.

Partially fixes #14247

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14270)
util/perl/OpenSSL/config.pm