CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2010/10/02 09:49:18
Modified files: sys/dev : rnd.c Log message: remove support for srandom and urandom. direct everyone to arandom instead. we do this to prevent people from opening a device that sounds good, but doesn't have the properties they really need. ok deraadt