mirror of https://github.com/openssl/openssl.git
Since opensslconf.h might be included over and over, undefine
OPENSSL_UNISTD before redefining it, to avoid compiler warnings.
This commit is contained in:
parent
32654e792b
commit
bb3ee8e75d
|
|
@ -9,6 +9,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#undef OPENSSL_UNISTD
|
||||
#define OPENSSL_UNISTD <unistd.h>
|
||||
|
||||
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
|
||||
|
|
|
|||
Loading…
Reference in New Issue