Split arc4random_uniform into it's own file, to assist other projects
authorderaadt <deraadt@openbsd.org>
Sat, 12 Jul 2014 13:24:54 +0000 (13:24 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 12 Jul 2014 13:24:54 +0000 (13:24 +0000)
commitfc5068071a27a89b47b9bae543164a7470df96cb
treea90b568be6b7ea2d3cccd27bcea2ba124e9e1bc8
parentb2b4aae90501f421ccf3b76c01bbb10ff0766283
Split arc4random_uniform into it's own file, to assist other projects
now using this as upstream code.  The particular problem is systems
that contain older arc4random derivations lacking arc4random_uniform().
ok tedu miod
lib/libc/crypt/Makefile.inc
lib/libc/crypt/arc4random.c
lib/libc/crypt/arc4random_uniform.c [new file with mode: 0644]