From: Richard Levitte Date: Tue, 25 Mar 2003 21:17:31 +0000 (+0000) Subject: Let's limit the extent of the definition of _XOPEN_SOURCE. X-Git-Tag: OpenSSL_0_9_7b~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=961b565690422dfad8a812b8a81a6475601be617;p=openssl Let's limit the extent of the definition of _XOPEN_SOURCE. --- 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 +#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */ #include #include