diff --git a/crypto/ec/ecp_nistp521.c b/crypto/ec/ecp_nistp521.c index 33c4cd5df5..929be857a2 100644 --- a/crypto/ec/ecp_nistp521.c +++ b/crypto/ec/ecp_nistp521.c @@ -31,17 +31,11 @@ * work which got its smarts from Daniel J. Bernstein's work on the same. */ -#include +#include #ifdef OPENSSL_NO_EC_NISTP_64_GCC_128 NON_EMPTY_TRANSLATION_UNIT #else -# ifndef OPENSSL_SYS_VMS -# include -# else -# include -# endif - # include # include # include "ec_lcl.h" diff --git a/crypto/sha/keccak1600.c b/crypto/sha/keccak1600.c index 1056f89281..9deba8f12a 100644 --- a/crypto/sha/keccak1600.c +++ b/crypto/sha/keccak1600.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include +#include #include #include diff --git a/include/openssl/bio.h b/include/openssl/bio.h index de71475a49..003a9b14a6 100644 --- a/include/openssl/bio.h +++ b/include/openssl/bio.h @@ -20,11 +20,7 @@ # include # ifndef OPENSSL_NO_SCTP -# ifndef OPENSSL_SYS_VMS -# include -# else -# include -# endif +# include # endif #ifdef __cplusplus