e_os.h: skip redundant headers in fipscanister build.

This commit is contained in:
Andy Polyakov 2012-10-27 21:17:48 +00:00
parent fe5772e9d0
commit 2c7af9cb6e

6
e_os.h
View file

@ -332,8 +332,10 @@ static unsigned int _strlen31(const char *str)
# endif
# endif
# endif
# include <io.h>
# include <fcntl.h>
# if !defined(OPENSSL_FIPSCANISTER)
# include <io.h>
# include <fcntl.h>
# endif
# ifdef OPENSSL_SYS_WINCE
# define OPENSSL_NO_POSIX_IO