summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorJoey Yandle <xoloki@gmail.com>2015-12-20 18:44:11 -0800
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commit1cd02c699f888ad5a0ed943148db38eef0366445 (patch)
tree4ac46c2d07a76938efe93bb49736001ba626819f /crypto/rand
parent1150999e04ab826a9e8607e87db7fdd72f688ec4 (diff)
fix endif comment
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)
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index fa78c06d9e..d4398ec244 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -263,7 +263,7 @@ static void readscreen(void)
/* Clean up */
DeleteObject(hBitmap);
ReleaseDC(NULL, hScrDC);
-# endif /* !OPENSSL_SYS_CYGWIN */
+# endif /* !OPENSSL_SYS_WIN32_CYGWIN */
}
#endif