]> 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:03:53 +0000 (13:03 +0200)
commit7f04bb065d9d948d049ef1ef1bd4062cb7831392
tree1ee0f83e8aa9f158b43d7adc45471511e663a25b
parent7a0d43798598401e85389e1b1d55efb44e52ba08
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)
Configurations/10-main.conf
crypto/asn1/a_time.c
crypto/conf/conf_lib.c
crypto/conf/conf_sap.c