projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1150999
)
fix endif comment
author
Joey Yandle
<xoloki@gmail.com>
Mon, 21 Dec 2015 02:44:11 +0000
(18:44 -0800)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index fa78c06d9ea74b94e5dae315dd8fd4b4e2a56a7d..d4398ec244f88fc0290736b207756dcf9c40f223 100644
(file)
--- 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