Fix one more instance of incorrect OPENSSL_API_COMPAT value

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2016-06-27 11:51:50 +01:00
parent 1aca3618ff
commit 56add338b1

View file

@ -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();