Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-26 00:17:31 +0300
committerRichard Levitte <levitte@openssl.org>2003-03-26 00:17:31 +0300
commit961b565690422dfad8a812b8a81a6475601be617 (patch)
treed2c5b204b4e68d69abd6945859e5cef7f245d3cb /ssl
parent142cdf5ec950952198fc65154680867da25901c4 (diff)
Let's limit the extent of the definition of _XOPEN_SOURCE.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/kssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/kssl.c b/ssl/kssl.c
index 327b92f33b..a80f5b2f74 100644
--- a/ssl/kssl.c
+++ b/ssl/kssl.c
@@ -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>