summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-01-29 13:07:53 +0100
committerRichard Levitte <levitte@openssl.org>2015-01-30 14:43:40 +0100
commitc168a027cfe1459e946dade4179938f34894fe1d (patch)
tree42b62cb3044424841bf1fd961e31c8b9f5d0b44e /e_os.h
parentbe7b1097e28ff6d49f0d4b7ab8b036d6da87ebc6 (diff)
VMS adjustments:
Add new symbols that are longer than 31 chars to symhacks. VMS doesn't have <sys/un.h>, reflect that in e_os.h. MS_CALLBACK has been removed, ssl_task.c needs adjustment. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 0fbc33c551..f4a427af0a 100644
--- a/e_os.h
+++ b/e_os.h
@@ -385,6 +385,7 @@ extern FILE *_imp___iob;
__VMS_EXIT |= 0x10000000; \
exit(__VMS_EXIT); } while(0)
# define NO_SYS_PARAM_H
+# define NO_SYS_UN_H
# elif defined(OPENSSL_SYS_NETWARE)
# include <fcntl.h>