From b9c5c7a6b65764f8303248582b2d1929fb656ab7 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 22 Sep 2016 23:11:34 -0400 Subject: [PATCH] Fix typo in prng.c comment (The typo was mine, introduced during a final editing pass.) --- src/lib/crypto/krb/prng.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/crypto/krb/prng.c b/src/lib/crypto/krb/prng.c index 22948a4971..cb9ca9b983 100644 --- a/src/lib/crypto/krb/prng.c +++ b/src/lib/crypto/krb/prng.c @@ -104,9 +104,9 @@ k5_get_os_entropy(unsigned char *buf, size_t len, int strong) while (len > 0) { /* - * Pull from the /dev/urandom pool, but it to have been seeded. This - * ensures strong randomness while only blocking during first system - * boot. + * Pull from the /dev/urandom pool, but require it to have been seeded. + * This ensures strong randomness while only blocking during first + * system boot. * * glibc does not currently provide a binding for getrandom: * https://sourceware.org/bugzilla/show_bug.cgi?id=17252 -- 2.47.2