diff options
Diffstat (limited to 'lib/libcrypto/o_dir_test.c')
-rw-r--r-- | lib/libcrypto/o_dir_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/o_dir_test.c b/lib/libcrypto/o_dir_test.c index 3d75ecb0050..238717c1108 100644 --- a/lib/libcrypto/o_dir_test.c +++ b/lib/libcrypto/o_dir_test.c @@ -39,8 +39,6 @@ #if defined OPENSSL_SYS_UNIX || defined OPENSSL_SYS_WIN32 || defined OPENSSL_SYS_WINCE #define CURRDIR "." -#elif defined OPENSSL_SYS_VMS -#define CURRDIR "SYS$DISK:[]" #else #error "No supported platform defined!" #endif |