提交 89269c84 编写于 作者: R Richard Levitte

Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4.

Contributed by SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
上级 608c31c6
......@@ -403,6 +403,11 @@ extern HINSTANCE _hInstance;
#endif
#endif
#if defined(sun) && !defined(__svr4__)
#define memmove(s1,s2,b) bcopy((s2),(s1),(n))
#define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
#endif
/***********************************************/
/* do we need to do this for getenv.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册