acme-client icon indicating copy to clipboard operation
acme-client copied to clipboard

openbsd: Remove PRNG init

Open michaelweiser opened this issue 7 years ago • 0 comments

amce-client has a hard dependency on LibreSSL through the use of libtls. The PRNG in LibreSSL does not need initialization ever since its first portable release 2.0.0. Both RAND_status() and RAND_seed() are no-ops in LibreSSL.

Based on:

commit 561aec62dc9cc14ebe4192c589b36712c7590738 Author: deraadt [email protected] Date: Tue Sep 13 16:01:37 2016 +0000

RAND_status() and RAND_seed() are not needed, this is 2016.

michaelweiser avatar Jan 02 '18 20:01 michaelweiser