Skip to content

Commit

Permalink
Fix SunOS 4 building issue.
Browse files Browse the repository at this point in the history
PR: 1196
  • Loading branch information
Andy Polyakov committed Sep 22, 2005
1 parent 5994788 commit 9dba055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9dba055

Please sign in to comment.