fix endif comment
authorJoey Yandle <xoloki@gmail.com>
Mon, 21 Dec 2015 02:44:11 +0000 (18:44 -0800)
committerRich Salz <rsalz@openssl.org>
Sun, 29 May 2016 17:36:59 +0000 (13:36 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1079)

crypto/rand/rand_win.c

index fa78c06d9ea74b94e5dae315dd8fd4b4e2a56a7d..d4398ec244f88fc0290736b207756dcf9c40f223 100644 (file)
@@ -263,7 +263,7 @@ static void readscreen(void)
     /* Clean up */
     DeleteObject(hBitmap);
     ReleaseDC(NULL, hScrDC);
     /* Clean up */
     DeleteObject(hBitmap);
     ReleaseDC(NULL, hScrDC);
-# endif                         /* !OPENSSL_SYS_CYGWIN */
+# endif                         /* !OPENSSL_SYS_WIN32_CYGWIN */
 }
 
 #endif
 }
 
 #endif