projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca3a0a
)
Borrow #include <string[s].h> from e_os.h.
author
Andy Polyakov
<appro@openssl.org>
Fri, 31 Dec 2004 00:01:23 +0000
(
00:01
+0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 31 Dec 2004 00:01:23 +0000
(
00:01
+0000)
crypto/o_str.c
patch
|
blob
|
history
diff --git
a/crypto/o_str.c
b/crypto/o_str.c
index 7189d13352ee17cd8ff5ac213c98265d5f09ac06..5a78f3250977adbb2ef50a1b6e4679c1dcaba96f 100644
(file)
--- a/
crypto/o_str.c
+++ b/
crypto/o_str.c
@@
-57,12
+57,7
@@
*/
#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