acme-client
acme-client copied to clipboard
openbsd: Remove PRNG init
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.