mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
doc: correct function name in ReportHardwareRand()
This commit is contained in:
parent
46d6930f8c
commit
5013171eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ static void InitHardwareRand()
|
|||
|
||||
static void ReportHardwareRand()
|
||||
{
|
||||
// This must be done in a separate function, as HWRandInit() may be indirectly called
|
||||
// This must be done in a separate function, as InitHardwareRand() may be indirectly called
|
||||
// from global constructors, before logging is initialized.
|
||||
if (g_rdseed_supported) {
|
||||
LogPrintf("Using RdSeed as additional entropy source\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue