mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
fix compilation.
This commit is contained in:
parent
3834441a72
commit
7aa94f7441
@ -1963,8 +1963,8 @@ crypto_strongest_rand_syscall(uint8_t *out, size_t out_len)
|
|||||||
" function--probably because it is too old?"
|
" function--probably because it is too old?"
|
||||||
" Trying fallback method instead.");
|
" Trying fallback method instead.");
|
||||||
} else {
|
} else {
|
||||||
log_notice(LD_CRYPTO, "Can't get entropy from getrandom(): %s.",
|
log_notice(LD_CRYPTO, "Can't get entropy from getrandom(): %s."
|
||||||
" Trying fallback method instead."
|
" Trying fallback method instead.",
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user