Loading crypto/rand/randfile.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ */ /* We need to define this to get macros like S_IFBLK and S_IFCHR */ #define _XOPEN_SOURCE 1 #define _XOPEN_SOURCE 500 #include <errno.h> #include <stdio.h> Loading ssl/kssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ #include <openssl/opensslconf.h> #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */ #include <time.h> #undef _XOPEN_SOURCE /* To avoid clashes with anything else... */ #include <string.h> Loading ssl/ssltest.c +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ #define USE_SOCKETS #include "e_os.h" #define _XOPEN_SOURCE 1 /* Or isascii won't be declared properly on #define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on VMS (at least with DECompHP C). */ #include <ctype.h> Loading Loading
crypto/rand/randfile.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ */ /* We need to define this to get macros like S_IFBLK and S_IFCHR */ #define _XOPEN_SOURCE 1 #define _XOPEN_SOURCE 500 #include <errno.h> #include <stdio.h> Loading
ssl/kssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ #include <openssl/opensslconf.h> #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */ #include <time.h> #undef _XOPEN_SOURCE /* To avoid clashes with anything else... */ #include <string.h> Loading
ssl/ssltest.c +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ #define USE_SOCKETS #include "e_os.h" #define _XOPEN_SOURCE 1 /* Or isascii won't be declared properly on #define _XOPEN_SOURCE 500 /* Or isascii won't be declared properly on VMS (at least with DECompHP C). */ #include <ctype.h> Loading