CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/08/11 04:54:11
Modified files: lib/libcrypto/cms: cms_enc.c cms_ess.c cms_pwri.c Log message: Use arc4random_buf() instead of RAND_bytes(). This also removes return checks since arc4random_buf() does not fail.