<strings.h> does not exist under WIN32.
This commit is contained in:
parent
addd641f3a
commit
52108cecc0
@ -116,7 +116,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifndef OPENSSL_SYSNAME_WIN32
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
#include <e_os.h>
|
#include <e_os.h>
|
||||||
#include "o_str.h"
|
#include "o_str.h"
|
||||||
|
|
||||||
#ifndef OPENSSL_IMPLEMENTS_strncasecmp
|
#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
|
||||||
# include <strings.h>
|
# include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user