From: Bodo Möller Date: Tue, 18 Jun 2002 09:35:43 +0000 (+0000) Subject: always include (we do this in various other header files, X-Git-Tag: OpenSSL_0_9_6e~26^2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4c2c61e8ca8986de4636f9c63ae18a2c4e270ef;p=openssl always include (we do this in various other header files, so it can't be bad) PR: 102 --- diff --git a/crypto/aes/aes_locl.h b/crypto/aes/aes_locl.h index 541d1d6e84..18fc2d0747 100644 --- a/crypto/aes/aes_locl.h +++ b/crypto/aes/aes_locl.h @@ -60,10 +60,7 @@ #include #include - -#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS) #include -#endif #ifdef _MSC_VER # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)