apps/speed.c: fix typo in last commit.
authorAndy Polyakov <appro@openssl.org>
Mon, 19 Dec 2011 14:33:37 +0000 (14:33 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 19 Dec 2011 14:33:37 +0000 (14:33 +0000)
apps/speed.c

index ffc50265ee28c4792ad1bd5885801835941dc2c8..5c3c2560cf05e6da2d15db88f61d2c5bd432fd18 100644 (file)
 
 #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