提交 568b8020 编写于 作者: R Rich Salz 提交者: Rich Salz

RT4033: Use OPENSSL_SYS_UNIX not "unix"

Real fix for RT 4033
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 0e04674e
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
# include "e_os.h" # include "e_os.h"
# include <assert.h> # include <assert.h>
# include <openssl/e_os2.h>
# include <openssl/bio.h> # include <openssl/bio.h>
# include <openssl/x509.h> # include <openssl/x509.h>
# include <openssl/lhash.h> # include <openssl/lhash.h>
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
#include "apps.h" #include "apps.h"
#if defined(unix) || defined(__APPLE__) #if defined(OPENSSL_SYS_UNIX) || defined(__APPLE__)
# include <unistd.h> # include <unistd.h>
# include <stdio.h> # include <stdio.h>
# include <limits.h> # include <limits.h>
...@@ -488,4 +488,4 @@ int rehash_main(int argc, char **argv) ...@@ -488,4 +488,4 @@ int rehash_main(int argc, char **argv)
return (1); return (1);
} }
#endif /* defined(unix) || defined(__APPLE__) */ #endif /* defined(OPENSSL_SYS_UNIX) || defined(__APPLE__) */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册