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:
1aca361
)
Fix one more instance of incorrect OPENSSL_API_COMPAT value
author
Matt Caswell
<matt@openssl.org>
Mon, 27 Jun 2016 10:51:50 +0000
(11:51 +0100)
committer
Matt Caswell
<matt@openssl.org>
Mon, 27 Jun 2016 10:51:50 +0000
(11:51 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/rand/rand_win.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index c5d0aa155a6c6fbf2e1106c84d7e2c5014c37121..1be0ed3c9a58b3d1b04f2b41f885416aedefe49a 100644
(file)
--- a/
crypto/rand/rand_win.c
+++ b/
crypto/rand/rand_win.c
@@
-82,7
+82,7
@@
int RAND_poll(void)
return (1);
}
-#if OPENSSL_API_COMPAT < 0x
00101
000L
+#if OPENSSL_API_COMPAT < 0x
10100
000L
int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
{
RAND_poll();