summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRandall S. Becker <randall.becker@nexbridge.ca>2023-09-07 15:00:19 +0100
committerTomas Mraz <tomas@openssl.org>2023-09-08 17:59:36 +0200
commite9f8e92645361e3596ccc43fa7cbca5245492cd2 (patch)
treedbf42a9b6eb00dc29107f92bd67675a1cf77858f /Configurations
parent11b7d46fa7e2684e0ad0f12a7806163dba99983d (diff)
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 <randall.becker@nexbridge.ca> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22005)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/50-nonstop.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/50-nonstop.conf b/Configurations/50-nonstop.conf
index 3264bc9b85..53081576cc 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',