projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix SunOS 4 building issue.
[openssl.git]
/
e_os.h
diff --git
a/e_os.h
b/e_os.h
index
e156b63
..
5068d1b
100644
(file)
--- a/
e_os.h
+++ b/
e_os.h
@@
-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