Loading crypto/rand/md_rand.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
crypto/rand/md_rand.c +1 −1 Original line number Diff line number Diff line Loading @@ -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