]> git.ipfire.org Git - thirdparty/openssl.git/commit
VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config target
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Apr 2024 08:18:46 +0000 (10:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Apr 2024 11:06:49 +0000 (13:06 +0200)
commit491bbb444c4b654de14adc7031eb44e88a101edb
tree2d1ec305d39ed8dafd5a603d9462bbd9dbb96425
parent2fd6c12e85ec7558cbdee08033f822c42ee0f5d4
VMS: Move defining _XOPEN_SOURCE and  _XOPEN_SOURCE_EXTENDED to config target

For all other platforms that need these macros defined, that's how it's
done, so we have VMS follow suit.  That avoids a crash between in source
definitions and command line definitions on some other platforms.

Fixes #24075

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24083)

(cherry picked from commit 7f04bb065d9d948d049ef1ef1bd4062cb7831392)
Configurations/10-main.conf
crypto/asn1/a_time.c
crypto/conf/conf_lib.c
crypto/conf/conf_sap.c