ssleay_rand_add returns a value in 1.1.0
This commit is contained in:
parent
86f6e8669c
commit
476830fd5b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user