Fix one more instance of incorrect OPENSSL_API_COMPAT value
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
1aca3618ff
commit
56add338b1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue