提交 8918a954 编写于 作者: R Richard Levitte

Fix: dummy definition of rand_hw_seed() should also return int

Reviewed-by: NStephen Henson <steve@openssl.org>
上级 b8a7bd83
......@@ -644,9 +644,9 @@ void rand_hw_xor(unsigned char *buf, size_t num)
#else
static void rand_hw_seed(EVP_MD_CTX *ctx)
static int rand_hw_seed(EVP_MD_CTX *ctx)
{
return;
return 1;
}
void rand_hw_xor(unsigned char *buf, size_t num)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册