summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-01-14 19:10:55 +0100
committerDr. Stephen Henson <steve@openssl.org>2008-01-14 19:10:55 +0100
commit52108cecc0609ae343f7779532f145f81c314272 (patch)
tree3f6587b9e78e85fdf8e422de00abb67cd1da63ca /apps
parentUnify ppc assembler make rules. (diff)
downloadopenssl-52108cecc0609ae343f7779532f145f81c314272.tar.xz
openssl-52108cecc0609ae343f7779532f145f81c314272.zip
<strings.h> does not exist under WIN32.
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.c b/apps/apps.c
index f45093328e..fc99c3445f 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -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>