diff options
author | Andy Polyakov <appro@openssl.org> | 1999-12-26 23:46:49 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 1999-12-26 23:46:49 +0100 |
commit | 76997b7dd0011e23fb5ed3a49aa693b1fc33bfb6 (patch) | |
tree | 93c38a8daaad6522d309e10c0d1b7d5d69864de0 /MacOS | |
parent | New {i2d,d2i}_PrivateKey_{bio, fp} functions. (diff) | |
download | openssl-76997b7dd0011e23fb5ed3a49aa693b1fc33bfb6.tar.xz openssl-76997b7dd0011e23fb5ed3a49aa693b1fc33bfb6.zip |
MacOS updates. Initial support for GUSI (MacOS socket implementation)
is added.
Diffstat (limited to 'MacOS')
-rw-r--r-- | MacOS/_MWERKS_prefix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MacOS/_MWERKS_prefix.h b/MacOS/_MWERKS_prefix.h index 3e3fa30e85..2189da753b 100644 --- a/MacOS/_MWERKS_prefix.h +++ b/MacOS/_MWERKS_prefix.h @@ -3,3 +3,7 @@ #ifdef __POWERPC__ #pragma longlong on #endif +#if 0 +#define MAC_OS_GUSI_SOURCE +#endif +#define MONOLITH |