CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/12 07:24:54
Modified files:
lib/libc/crypt : Makefile.inc arc4random.c
Added files:
lib/libc/crypt : arc4random_uniform.c
Log message:
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
