Loading src/common/crypto.c +2 −2 Original line number Diff line number Diff line Loading @@ -2880,7 +2880,7 @@ crypto_strongest_rand_syscall(uint8_t *out, size_t out_len) log_warn(LD_CRYPTO, "Can't get entropy from getrandom()." " You are running a version of Tor built to support" " getrandom(), but the kernel doesn't implement this" " implement this function--probably because it is too old?"); " function--probably because it is too old?"); } else { log_warn(LD_CRYPTO, "Can't get entropy from getrandom(): %s.", strerror(errno)); Loading Loading
src/common/crypto.c +2 −2 Original line number Diff line number Diff line Loading @@ -2880,7 +2880,7 @@ crypto_strongest_rand_syscall(uint8_t *out, size_t out_len) log_warn(LD_CRYPTO, "Can't get entropy from getrandom()." " You are running a version of Tor built to support" " getrandom(), but the kernel doesn't implement this" " implement this function--probably because it is too old?"); " function--probably because it is too old?"); } else { log_warn(LD_CRYPTO, "Can't get entropy from getrandom(): %s.", strerror(errno)); Loading