Commit c4d00669 authored by Richard Levitte's avatar Richard Levitte
Browse files

Let's limit the extent of the definition of _XOPEN_SOURCE.

parent d6cab100
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>