e_os.h: skip redundant headers in fipscanister build.
This commit is contained in:
parent
fe5772e9d0
commit
2c7af9cb6e
1 changed files with 4 additions and 2 deletions
6
e_os.h
6
e_os.h
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue