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:
32654e7
)
Since opensslconf.h might be included over and over, undefine
author
Richard Levitte
<levitte@openssl.org>
Thu, 22 Feb 2001 14:24:50 +0000
(14:24 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 22 Feb 2001 14:24:50 +0000
(14:24 +0000)
OPENSSL_UNISTD before redefining it, to avoid compiler warnings.
crypto/opensslconf.h.in
patch
|
blob
|
history
diff --git
a/crypto/opensslconf.h.in
b/crypto/opensslconf.h.in
index 1b85ae598998e15e98305215d7168c5903cfc254..5da5911228a4a613fb9c9e9072a716e67d6ca457 100644
(file)
--- a/
crypto/opensslconf.h.in
+++ b/
crypto/opensslconf.h.in
@@
-9,6
+9,7
@@
#endif
#endif
+#undef OPENSSL_UNISTD
#define OPENSSL_UNISTD <unistd.h>
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)