Discard first 3072 bytes of RC4 keystream, this is a bandaid
authordelphij <delphij@FreeBSD.org>
Tue, 14 Mar 2017 06:00:44 +0000 (06:00 +0000)
committerdelphij <delphij@FreeBSD.org>
Tue, 14 Mar 2017 06:00:44 +0000 (06:00 +0000)
commit9395fdf886ead36d35ae506d9e6076ea68d0ab13
tree32dabfa4229d235a37e1e3b6cc4a7dafbfef72ae
parent62f5b7c6f496bde8f1c0c7001223970c814b3176
Discard first 3072 bytes of RC4 keystream, this is a bandaid
that allows us to work on switching to a more modern PRNG.

Submitted by: Steven Chamberlain <steven pyro eu org>
Approved by: so
lib/libc/gen/arc4random.c
sys/libkern/arc4random.c