]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Mon, 10 Apr 2006 18:24:59 +0000 (18:24 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Mon, 10 Apr 2006 18:24:59 +0000 (18:24 +0000)
commit48b0f2e10f6847377eb0fd42e77c7d8845ff59a1
tree597a399137d8691f9cc13b4bcce0849a6bbf7fbd
parent0590475331ed7918984f62c83755e1326a3bcb00
- Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.
- Correct a comment.

MFC after: 2 weeks
sys/opencrypto/cryptosoft.c