projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5994788
)
Fix SunOS 4 building issue.
author
Andy Polyakov
<appro@openssl.org>
Thu, 22 Sep 2005 20:37:50 +0000
(20:37 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 22 Sep 2005 20:37:50 +0000
(20:37 +0000)
PR: 1196
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index e156b63394e77c88f757abb98d42087938c30066..5068d1bd74feaa3acef2e73736937be7a97b8f7e 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