projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30fc346
)
Do not undefine _XOPEN_SOURCE. This is currently experimental, and
author
Richard Levitte
<levitte@openssl.org>
Thu, 16 Jun 2005 22:21:39 +0000
(22:21 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 16 Jun 2005 22:21:39 +0000
(22:21 +0000)
will be firmed up as soon as it's been verified not to break anything.
ssl/kssl.c
patch
|
blob
|
history
diff --git
a/ssl/kssl.c
b/ssl/kssl.c
index 400631661e0ab72fb10b462140d6df7f69c3e2f6..1477935d945bb8768447e74cf2f54968e971eadc 100644
(file)
--- a/
ssl/kssl.c
+++ b/
ssl/kssl.c
@@
-70,7
+70,9
@@
#define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */
#include <time.h>
+#if 0 /* Experimental */
#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */
+#endif
#include <string.h>
#define KRB5_PRIVATE 1