Skip to content

Commit

Permalink
Fix typo in prng.c comment
Browse files Browse the repository at this point in the history
(The typo was mine, introduced during a final editing pass.)
  • Loading branch information
greghudson committed Sep 23, 2016
1 parent e5c77a1 commit b9c5c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/crypto/krb/prng.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9c5c7a

Please sign in to comment.