diff options
author | appro <appro> | 1999-12-19 21:35:05 +0000 |
---|---|---|
committer | appro <appro> | 1999-12-19 21:35:05 +0000 |
commit | 22d298e12bd5e9f51f8dceda5c66b809ce573e0e (patch) | |
tree | 383723507969bdb2b90e30bb206d0a722490ee94 /MacOS/opensslconf.h | |
parent | a59b061f3e8d1a0dcf32a064f4471a72326c4aba (diff) | |
download | openssl-22d298e12bd5e9f51f8dceda5c66b809ce573e0e.tar.gz |
Late break-in patch for MacOS support.
Diffstat (limited to 'MacOS/opensslconf.h')
-rw-r--r-- | MacOS/opensslconf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MacOS/opensslconf.h b/MacOS/opensslconf.h index e7c6b7c98..4a6d85d33 100644 --- a/MacOS/opensslconf.h +++ b/MacOS/opensslconf.h @@ -6,8 +6,6 @@ #endif #endif -#define OPENSSL_UNISTD <unistd.h> - #if defined(HEADER_IDEA_H) && !defined(IDEA_INT) #define IDEA_INT unsigned int #endif @@ -115,4 +113,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! #ifndef __POWERPC__ #define SHA_XARRAY -#endif
\ No newline at end of file +#endif + |