From: Randall S. Becker Date: Thu, 7 Sep 2023 14:00:19 +0000 (+0100) Subject: Modify 50-nonstop.conf to enable c99 extensions for uintptr_t. X-Git-Tag: openssl-3.2.0-alpha2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9f8e92645361e3596ccc43fa7cbca5245492cd2;p=thirdparty%2Fopenssl.git Modify 50-nonstop.conf to enable c99 extensions for uintptr_t. This is done using the define __NSK_OPTIONAL_TYPES__ and is specific to the NonStop platform builds. Fixes: #22002 Signed-off-by: Randall S. Becker Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22005) --- diff --git a/Configurations/50-nonstop.conf b/Configurations/50-nonstop.conf index 3264bc9b859..53081576cc6 100644 --- a/Configurations/50-nonstop.conf +++ b/Configurations/50-nonstop.conf @@ -14,6 +14,7 @@ '_XOPEN_SOURCE', '_XOPEN_SOURCE_EXTENDED=1', '_TANDEM_SOURCE', + '__NSK_OPTIONAL_TYPES__', 'B_ENDIAN'), perl => '/usr/bin/perl', shared_target => 'nonstop-shared',