Skip to content

Commit

Permalink
VMS: Redefine _XOPEN_SOURCE_EXTENDED with the value 1 in apps/ocsp.c
Browse files Browse the repository at this point in the history
Fixes #24466 on release older than 3.3.
  • Loading branch information
levitte committed May 23, 2024
1 parent 17765d9 commit 3047772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ocsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdio.h>
Expand Down

0 comments on commit 3047772

Please sign in to comment.