Message ID | CACXcFmkigZwbL8TtA7rATWhxGzL=1k6UsyLydVmDgp+PZtq8wA@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
Series | random.c: Update RFC reference | expand |
diff --git a/drivers/char/random.c b/drivers/char/random.c index 605969ed0f96..57fe011fb5e4 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -303,7 +303,7 @@ * * Further background information on this topic may be obtained from - * RFC 1750, "Randomness Recommendations for Security", by Donald + * RFC 4086, "Randomness Requirements for Security", by Donald * Eastlake, Steve Crocker, and Jeff Schiller. */
RFC 1750 was obsoleted by RFC 4086 from the same authors in 2005. Signed-off-by: Sandy Harris <sandyinchina@gmail.com> --- drivers/char/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)