RT4033: Use OPENSSL_SYS_UNIX not "unix"
Real fix for RT 4033 Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
# include "e_os.h"
|
||||
# include <assert.h>
|
||||
|
||||
# include <openssl/e_os2.h>
|
||||
# include <openssl/bio.h>
|
||||
# include <openssl/x509.h>
|
||||
# include <openssl/lhash.h>
|
||||
|
@@ -59,7 +59,7 @@
|
||||
|
||||
#include "apps.h"
|
||||
|
||||
#if defined(unix) || defined(__APPLE__)
|
||||
#if defined(OPENSSL_SYS_UNIX) || defined(__APPLE__)
|
||||
# include <unistd.h>
|
||||
# include <stdio.h>
|
||||
# include <limits.h>
|
||||
@@ -488,4 +488,4 @@ int rehash_main(int argc, char **argv)
|
||||
return (1);
|
||||
}
|
||||
|
||||
#endif /* defined(unix) || defined(__APPLE__) */
|
||||
#endif /* defined(OPENSSL_SYS_UNIX) || defined(__APPLE__) */
|
||||
|
Reference in New Issue
Block a user