X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fui%2Fui_openssl.c;h=a38c7581e6a0ca10376d05fc9994f4c74a41128a;hp=fd9c4a8169877e303bcd8bca1481de5fa3be4990;hb=fc7dae5229a2738a57222eb5ce6fff0da47cfa29;hpb=be81f4dd81826119f5f540d9061469476a002f01 diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index fd9c4a8169..a38c7581e6 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -126,11 +126,11 @@ #include #endif -#if !defined(OPENSSL_SYSNAME_VXWORKS) +#if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS) #ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 2 #endif -#endif /* !OPENSSL_SYSNAME_VXWORKS */ +#endif #include #include #include