summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-19 17:01:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-19 17:01:37 +0000
commitad89bf7894e705a7e174cfa6c696a0b8f546a663 (patch)
treedf77d939a322c375d666d6d86a6a7e2bfebbfd07 /e_os2.h
parente75440d2c944c4a90d7f15d82f12e901014922f8 (diff)
PR: 2563
Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve Improved PRNG seeding for VOS.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/e_os2.h b/e_os2.h
index 405b51fcec..f4597a2c67 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -193,8 +193,14 @@ extern "C" {
#endif
/* --------------------------------- VOS ----------------------------------- */
-#ifdef OPENSSL_SYSNAME_VOS
+#if defined(__VOS__) || defined(OPENSSL_SYSNAME_VOS)
# define OPENSSL_SYS_VOS
+#ifdef __HPPA__
+# define OPENSSL_SYS_VOS_HPPA
+#endif
+#ifdef __IA32__
+# define OPENSSL_SYS_VOS_IA32
+#endif
#endif
/* ------------------------------- VxWorks --------------------------------- */