ssleay_rand_add returns a value in 1.1.0

This commit is contained in:
Dr. Stephen Henson 2014-04-09 15:35:51 +01:00
parent 86f6e8669c
commit 476830fd5b

View File

@ -213,7 +213,7 @@ static int ssleay_rand_add(const void *buf, int num, double add)
int rv = 0; int rv = 0;
if (!num) if (!num)
return; return 1;
/* /*
* (Based on the rand(3) manpage) * (Based on the rand(3) manpage)