From: Andy Polyakov Date: Sat, 27 Oct 2012 21:17:48 +0000 (+0000) Subject: e_os.h: skip redundant headers in fipscanister build. X-Git-Tag: master-post-reformat~1644 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2c7af9cb6e76deae5550e364ecc06dffae8c0096;ds=sidebyside e_os.h: skip redundant headers in fipscanister build. --- diff --git a/e_os.h b/e_os.h index 79c1392573..c6c915c918 100644 --- a/e_os.h +++ b/e_os.h @@ -332,8 +332,10 @@ static unsigned int _strlen31(const char *str) # endif # endif # endif -# include -# include +# if !defined(OPENSSL_FIPSCANISTER) +# include +# include +# endif # ifdef OPENSSL_SYS_WINCE # define OPENSSL_NO_POSIX_IO