From 1cd02c699f888ad5a0ed943148db38eef0366445 Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Sun, 20 Dec 2015 18:44:11 -0800 Subject: [PATCH] fix endif comment Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1079) --- crypto/rand/rand_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0