CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/06/02 10:23:18
Modified files: lib/libssl/src/apps: cms.c dgst.c dhparam.c dsaparam.c ecparam.c gendh.c gendsa.c genrsa.c pkcs12.c rand.c req.c s_client.c s_server.c smime.c ts.c Log message: Stop pretending that openssl(1) applications support the -rand option. The underlying code has long been removed, making this a no-op. If your random subsystem actually requires that you seed it from a file, then you really should go and buy a new random subsystem that was built after 1990. Diff from Brent Cook. ok deraadt@