]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Modify 50-nonstop.conf to enable c99 extensions for uintptr_t.
authorRandall S. Becker <randall.becker@nexbridge.ca>
Thu, 7 Sep 2023 14:00:19 +0000 (15:00 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 8 Sep 2023 15:59:36 +0000 (17:59 +0200)
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)

Configurations/50-nonstop.conf

index 3264bc9b8599bce25766f5069a31a43e7df2f0f3..53081576cc68c0ac8547cd22b3d0c6aa204ce8b4 100644 (file)
@@ -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',