Force macOS 10.15 or later to be 64-bit
authorTodd Short <tshort@akamai.com>
Wed, 9 Feb 2022 20:59:37 +0000 (15:59 -0500)
committerPauli <pauli@openssl.org>
Tue, 15 Feb 2022 23:09:42 +0000 (10:09 +1100)
commitb926548b362531e8a64e7482c081611fab7183a8
tree1cf7e590c4ac5ee62c43e4df712d7294206db061
parent065121ff198a84106023013420dedd57ac4ff53a
Force macOS 10.15 or later to be 64-bit

macOS Catalina (10.15) no longer supports 32-bit applications.
Do not wait 5 seconds to give the user the option of using KERNEL_BITS=32
Do not accept the KERNEL_BITS=32 option

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