From: Matt Caswell Date: Mon, 27 Jun 2016 10:51:50 +0000 (+0100) Subject: Fix one more instance of incorrect OPENSSL_API_COMPAT value X-Git-Tag: OpenSSL_1_1_0-pre6~330 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=56add338b12246fd8670ce3da719a39767a25182;ds=sidebyside Fix one more instance of incorrect OPENSSL_API_COMPAT value Reviewed-by: Richard Levitte --- 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();