diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-20 00:48:58 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-20 00:48:58 +0000 |
commit | 7a1c64665df7fadb5fc3e4ba04a466a13f5c3209 (patch) | |
tree | dd1b3b5dbaa2ea3b37fdc53bbbf22e2082125db5 /sys/dev | |
parent | 9922d58973a27163bc8bf5aff72c3b7aba863265 (diff) |
typo; deraadt
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/rnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c index 6eaa825f0a9..e1aa5789daf 100644 --- a/sys/dev/rnd.c +++ b/sys/dev/rnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd.c,v 1.161 2014/10/20 00:40:19 tedu Exp $ */ +/* $OpenBSD: rnd.c,v 1.162 2014/10/20 00:48:57 tedu Exp $ */ /* * Copyright (c) 2011 Theo de Raadt. @@ -106,7 +106,7 @@ * RFC 1750, "Randomness Recommendations for Security", by Donald * Eastlake, Steve Crocker, and Jeff Schiller. * - * Using a RC4 stream cipher as 2nd stage after the MD5 (now SH512) output + * Using a RC4 stream cipher as 2nd stage after the MD5 (now SHA512) output * is the result of work by David Mazieres. */ |