提交 476830fd 编写于 作者: D Dr. Stephen Henson

ssleay_rand_add returns a value in 1.1.0

上级 86f6e866
......@@ -213,7 +213,7 @@ static int ssleay_rand_add(const void *buf, int num, double add)
int rv = 0;
if (!num)
return;
return 1;
/*
* (Based on the rand(3) manpage)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册