mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Let's limit the extent of the definition of _XOPEN_SOURCE.
This commit is contained in:
parent
d6cab100fa
commit
c4d00669a0
@ -70,6 +70,7 @@
|
||||
|
||||
#define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */
|
||||
#include <time.h>
|
||||
#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user