summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-12-19 14:33:37 +0000
committerAndy Polyakov <appro@openssl.org>2011-12-19 14:33:37 +0000
commit1d05ff2779111f5e3c012b86ec04e3da16b1d4cb (patch)
tree3c70ae3674b7e89a9b12fd1dca688dbbdb36705c
parent941811ccb9faf01463c3f6c5637969cbe17cb64c (diff)
downloadopenssl-new-1d05ff2779111f5e3c012b86ec04e3da16b1d4cb.tar.gz
apps/speed.c: fix typo in last commit.
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index ffc50265ee..5c3c2560cf 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