]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commite9f8e92645361e3596ccc43fa7cbca5245492cd2
treedbf42a9b6eb00dc29107f92bd67675a1cf77858f
parent11b7d46fa7e2684e0ad0f12a7806163dba99983d
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)
Configurations/50-nonstop.conf