From 2c7af9cb6e76deae5550e364ecc06dffae8c0096 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 27 Oct 2012 21:17:48 +0000 Subject: e_os.h: skip redundant headers in fipscanister build. --- e_os.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3