summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-06-27 11:51:50 +0100
committerMatt Caswell <matt@openssl.org>2016-06-27 11:51:50 +0100
commit56add338b12246fd8670ce3da719a39767a25182 (patch)
treea432b0fbf086c66c0fd124ac3e9072c96cbfc391 /crypto/rand
parent1aca3618ff86358c659c856b10e2270c3d4230d2 (diff)
Fix one more instance of incorrect OPENSSL_API_COMPAT value
Reviewed-by: Richard Levitte <levitte@openssl.org>
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 c5d0aa155a..1be0ed3c9a 100644
--- 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 < 0x00101000L
+#if OPENSSL_API_COMPAT < 0x10100000L
int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
{
RAND_poll();