diff options
Diffstat (limited to 'lib/libcrypto/cast')
-rw-r--r-- | lib/libcrypto/cast/cast_lcl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcrypto/cast/cast_lcl.h b/lib/libcrypto/cast/cast_lcl.h index ec14804fbbd..61facd09d8a 100644 --- a/lib/libcrypto/cast/cast_lcl.h +++ b/lib/libcrypto/cast/cast_lcl.h @@ -56,11 +56,6 @@ * [including the GNU Public Licence.] */ -#ifdef OPENSSL_SYS_WIN32 -#include <stdlib.h> -#endif - - #undef c2l #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ l|=((unsigned long)(*((c)++)))<< 8L, \ |