]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/ca.c
NonStop port updates for 3.0.0.
[thirdparty/openssl.git] / apps / ca.c
index f6a928a0e8c8d8ef336c669f3043f90dba15d5f2..3c2bee8f2fdc63cc3076e245ff5e6ea17be691ba 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -26,7 +26,7 @@
 #ifndef W_OK
 # ifdef OPENSSL_SYS_VMS
 #  include <unistd.h>
-# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS)
+# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYSNAME_TANDEM)
 #  include <sys/file.h>
 # endif
 #endif