]> git.ipfire.org Git - thirdparty/openssl.git/commit
VMS: Redefine _XOPEN_SOURCE_EXTENDED with the value 1 in apps/ocsp.c
authorRichard Levitte <levitte@openssl.org>
Thu, 23 May 2024 06:04:42 +0000 (08:04 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 May 2024 06:58:40 +0000 (08:58 +0200)
commit54e9e254feefb153b4b94330f9d3f20b6120c106
treea3cb285dddf742907ab62682f6e33a53b3629383
parent3b19c8935d1fbe8f08b608c20ecdd9fe97fb9a55
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 <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/24471)
apps/ocsp.c