This is a patch to compile openssl-0.9.5a on SunOS 4.1.4. =================================================================== RCS file: RCS/e_os.h,v retrieving revision 1.1 diff -u -r1.1 e_os.h --- e_os.h 2000/05/19 02:29:24 1.1 +++ e_os.h 2000/05/19 02:35:16 @@ -402,6 +402,11 @@ #endif #endif +#if defined(sun) && !defined(__svr4__) +#define memmove(s1, s2, n) bcopy((s2), (s1), n) +#define strtoul strtol +#endif + /***********************************************/ /* do we need to do this for getenv. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
