Accessor functions for app_data in ECDSA_METHOD
[openssl.git] / e_os2.h
diff --git a/e_os2.h b/e_os2.h
index 5106f44f513a4f1ef2e840b0be98ff5f1ba3b43a..d22c0368f80cc3600717ae6bc5925a4cf8f4fc7d 100644 (file)
--- 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 --------------------------------- */