Fix SunOS 4 building issue.
authorAndy Polyakov <appro@openssl.org>
Thu, 22 Sep 2005 20:37:50 +0000 (20:37 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 22 Sep 2005 20:37:50 +0000 (20:37 +0000)
PR: 1196

e_os.h

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