Commit 56add338 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix one more instance of incorrect OPENSSL_API_COMPAT value

parent 1aca3618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();