提交 56add338 编写于 作者: M Matt Caswell

Fix one more instance of incorrect OPENSSL_API_COMPAT value

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 1aca3618
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册