Skip to content
Snippets Groups Projects
Commit 9dba0554 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Fix SunOS 4 building issue.

PR: 1196
parent 59947880
No related branches found
No related tags found
No related merge requests found
......@@ -566,7 +566,7 @@ extern char *sys_errlist[]; extern int sys_nerr;
# define strerror(errnum) \
(((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum])
/* Being signed SunOS 4.x memcpy breaks ASN1_OBJECT table lookup */
#include "o_str.h"
#include "crypto/o_str.h"
# define memcmp OPENSSL_memcmp
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment