Loading crypto/rand/rand_egd.c +2 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,8 @@ int RAND_egd_bytes(const char *path, int bytes) int num, ret = -1; num = RAND_query_egd_bytes(path, NULL, bytes); if (num < 0) goto err; if (RAND_status() == 1) ret = num; err: Loading Loading
crypto/rand/rand_egd.c +2 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,8 @@ int RAND_egd_bytes(const char *path, int bytes) int num, ret = -1; num = RAND_query_egd_bytes(path, NULL, bytes); if (num < 0) goto err; if (RAND_status() == 1) ret = num; err: Loading