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:
78ebeee
)
Do not undefine _XOPEN_SOURCE. This is currently experimental, and
author
Richard Levitte
<levitte@openssl.org>
Thu, 16 Jun 2005 22:20:55 +0000
(22:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 16 Jun 2005 22:20:55 +0000
(22:20 +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 b8192cdfc719d937d6baaa3035326be86cb67818..f149a75a246f878372a1e4c13143490df870e5ab 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