random-util: drop left-over comment

We don't use non-blocking mode anymore, since 31234fbeec

Follow-up for: 31234fbeec
This commit is contained in:
Lennart Poettering
2022-03-09 14:32:41 +01:00
parent d4782b51ec
commit 0d67e2b584

View File

@@ -342,9 +342,6 @@ void random_bytes(void *p, size_t n) {
* • This function will preferably use the CPU's RDRAND operation, if it is available, in
* order to return "mid-quality" random values cheaply.
*
* • Use getrandom() with GRND_NONBLOCK, to return high-quality random values if they are
* cheaply available.
*
* • This function will return pseudo-random data, generated via libc rand() if nothing
* better is available.
*