From: Joey Yandle Date: Mon, 21 Dec 2015 02:44:11 +0000 (-0800) Subject: fix endif comment X-Git-Tag: OpenSSL_1_1_0-pre6~656 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cd02c699f888ad5a0ed943148db38eef0366445;hp=1150999e04ab826a9e8607e87db7fdd72f688ec4;p=oweals%2Fopenssl.git fix endif comment Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1079) --- 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