Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 18:49:51 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-13 18:49:51 +0300
commit7ab58bf0129f2e3f3eb40fbd1a9180422f51ad7f (patch)
treed9f8a44695844511791a664834142e080dc6091f /e_os2.h
parentcd10ba9c394dbaa699646b0d1ab1ebfd873a0db8 (diff)
Correct support for SunOS 4.1.3_U1.
PR: 227
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e_os2.h b/e_os2.h
index 45551d1eb6..3d61afeb50 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -174,6 +174,9 @@ extern "C" {
# define OPENSSL_SYS_MACOSX_RHAPSODY
# define OPENSSL_SYS_MACOSX
# endif
+# ifdef OPENSSL_SYSNAME_SUNOS
+# define OPENSSL_SYS_SUNOS
+#endif
# if defined(_CRAY) || defined(OPENSSL_SYSNAME_CRAY)
# define OPENSSL_SYS_CRAY
# endif