CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/07/17 20:05:55
Modified files: lib/libc/crypt : arc4random.c Added files: lib/libcrypto/crypto: arc4random_linux.h arc4random_osx.h arc4random_solaris.h arc4random_win.h lib/libc/crypt : arc4random.h Log message: Seperate arc4random's os-dependent parts into static inline functions, making it much easier for libressl -portable to fill in the gaps. ok bcook beck