Commit 52108cec authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

<strings.h> does not exist under WIN32.

parent addd641f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,7 +116,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef OPENSSL_SYSNAME_WIN32
#include <strings.h>
#endif
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
#include <e_os.h>
#include "o_str.h"

#ifndef OPENSSL_IMPLEMENTS_strncasecmp
#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
# include <strings.h>
#endif