mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
[master] typo in comment
This commit is contained in:
parent
084d88f67b
commit
3ac0165723
@ -109,7 +109,7 @@ isc_random_seed(isc_uint32_t seed) {
|
|||||||
arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t));
|
arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t));
|
||||||
#else
|
#else
|
||||||
/*
|
/*
|
||||||
* If arcrandom() is available and no corresponding seeding
|
* If arc4random() is available and no corresponding seeding
|
||||||
* function arc4random_addrandom() is available, no seeding is
|
* function arc4random_addrandom() is available, no seeding is
|
||||||
* done on such platforms (e.g., OpenBSD 5.5). This is because
|
* done on such platforms (e.g., OpenBSD 5.5). This is because
|
||||||
* the OS itself is supposed to seed the RNG and it is assumed
|
* the OS itself is supposed to seed the RNG and it is assumed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user