From: Nick Mathewson Date: Sun, 11 Feb 2018 21:16:58 +0000 (-0500) Subject: fix compilation. X-Git-Tag: tor-0.3.4.0-alpha-dev~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7aa94f744112d224dd7a5523faef7a9b858ad5b1;p=thirdparty%2Ftor.git fix compilation. --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 6dce7d5e8a..d85aca4004 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1963,9 +1963,9 @@ crypto_strongest_rand_syscall(uint8_t *out, size_t out_len) " function--probably because it is too old?" " Trying fallback method instead."); } else { - log_notice(LD_CRYPTO, "Can't get entropy from getrandom(): %s.", - " Trying fallback method instead." - strerror(errno)); + log_notice(LD_CRYPTO, "Can't get entropy from getrandom(): %s." + " Trying fallback method instead.", + strerror(errno)); } getrandom_works = 0; /* Don't bother trying again. */