From: Richard Levitte Date: Thu, 23 May 2024 06:04:42 +0000 (+0200) Subject: VMS: Redefine _XOPEN_SOURCE_EXTENDED with the value 1 in apps/ocsp.c X-Git-Tag: openssl-3.1.6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4290403a85c1e5f691f50c0eff0417138ef4965;p=thirdparty%2Fopenssl.git VMS: Redefine _XOPEN_SOURCE_EXTENDED with the value 1 in apps/ocsp.c Some versions if the VMS C system header files seem to require this. Fixes #24466 on release older than 3.3. Reviewed-by: Tomas Mraz Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/24471) (cherry picked from commit 54e9e254feefb153b4b94330f9d3f20b6120c106) --- diff --git a/apps/ocsp.c b/apps/ocsp.c index 821e224c6ce..73841750ec3 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -11,7 +11,7 @@ #ifdef OPENSSL_SYS_VMS /* So fd_set and friends get properly defined on OpenVMS */ -# define _XOPEN_SOURCE_EXTENDED +# define _XOPEN_SOURCE_EXTENDED 1 #endif #include