From 02e90ebcc6d268cc7153fa1fbb3e00d75612f914 Mon Sep 17 00:00:00 2001 From: giovanni <> Date: Thu, 8 May 2014 12:59:17 +0000 Subject: kill some more VMS ifdefs ok miod@ --- src/lib/libcrypto/ec/ecp_nistp224.c | 4 ---- src/lib/libcrypto/ec/ecp_nistp256.c | 4 ---- src/lib/libcrypto/ec/ecp_nistp521.c | 4 ---- 3 files changed, 12 deletions(-) (limited to 'src/lib/libcrypto/ec') diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c index 057670cf04..7593b3c440 100644 --- a/src/lib/libcrypto/ec/ecp_nistp224.c +++ b/src/lib/libcrypto/ec/ecp_nistp224.c @@ -28,11 +28,7 @@ #include #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 -#ifndef OPENSSL_SYS_VMS #include -#else -#include -#endif #include #include diff --git a/src/lib/libcrypto/ec/ecp_nistp256.c b/src/lib/libcrypto/ec/ecp_nistp256.c index 345f67d520..1ff63bbbcc 100644 --- a/src/lib/libcrypto/ec/ecp_nistp256.c +++ b/src/lib/libcrypto/ec/ecp_nistp256.c @@ -29,11 +29,7 @@ #include #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 -#ifndef OPENSSL_SYS_VMS #include -#else -#include -#endif #include #include diff --git a/src/lib/libcrypto/ec/ecp_nistp521.c b/src/lib/libcrypto/ec/ecp_nistp521.c index f5b72a4c0d..53a10aa1b9 100644 --- a/src/lib/libcrypto/ec/ecp_nistp521.c +++ b/src/lib/libcrypto/ec/ecp_nistp521.c @@ -29,11 +29,7 @@ #include #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 -#ifndef OPENSSL_SYS_VMS #include -#else -#include -#endif #include #include -- cgit v1.2.3-55-g6feb