aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-12-19 14:33:09 +0000
committerAndy Polyakov <appro@openssl.org>2011-12-19 14:33:09 +0000
commit7aba22ba283e08180757b61f8d3d1ec4c1a25562 (patch)
treeda39fa3d7bde2f0c3dc33040d068392286bfee35 /apps
parentbdba45957a246ca3c74e93fb14e85184e2455248 (diff)
downloadopenssl-7aba22ba283e08180757b61f8d3d1ec4c1a25562.tar.gz
apps/speed.c: fix typo in last commit.
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 2c489eb029..25fe24aaec 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -110,7 +110,7 @@
#if defined(_WIN32) || defined(__CYGWIN__)
#include <windows.h>
-# if defined(__CYGwIN__) && !defined(_WIN32)
+# if defined(__CYGWIN__) && !defined(_WIN32)
/* <windows.h> should define _WIN32, which normally is mutually
* exclusive with __CYGWIN__, but if it didn't... */
# define _WIN32