Borrow #include <string[s].h> from e_os.h.
authorAndy Polyakov <appro@openssl.org>
Fri, 31 Dec 2004 00:00:05 +0000 (00:00 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 31 Dec 2004 00:00:05 +0000 (00:00 +0000)
crypto/o_str.c

index 7189d13352ee17cd8ff5ac213c98265d5f09ac06..5a78f3250977adbb2ef50a1b6e4679c1dcaba96f 100644 (file)
  */
 
 #include <ctype.h>
-#include <openssl/e_os2.h>
-#ifdef OPENSSL_SYS_WINDOWS
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <e_os.h>
 #include "o_str.h"
 
 #undef strncasecmp