Commit 4f83d6d6 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

Merge branch 'maint-0.3.2'

parents 143da731 5f2c7a85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));