summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-02-28 14:06:14 +0100
committerRichard Levitte <levitte@openssl.org>2017-02-28 15:32:01 +0100
commite627a13cd58a54df830e0fc2853f3ea8862699f2 (patch)
tree5830e6b56287ab0ebf8f13cf50faa76f6f26d8a2 /apps/ca.c
parent8a05d6bb264eefe224966a4c6415a173ad58861d (diff)
Code health: Remove obvious VAX C fixups
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2775)
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 00fb6f5aba..9428c3018a 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -28,11 +28,7 @@
#ifndef W_OK
# ifdef OPENSSL_SYS_VMS
-# if defined(__DECC)
-# include <unistd.h>
-# else
-# include <unixlib.h>
-# endif
+# include <unistd.h>
# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS)
# include <sys/file.h>
# endif