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

Since opensslconf.h might be included over and over, undefine

OPENSSL_UNISTD before redefining it, to avoid compiler warnings.
parent 32654e79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
#endif
#endif

#undef OPENSSL_UNISTD
#define OPENSSL_UNISTD <unistd.h>

#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)