remove ssl_init()
authorop <op@openbsd.org>
Sun, 25 Jun 2023 08:07:38 +0000 (08:07 +0000)
committerop <op@openbsd.org>
Sun, 25 Jun 2023 08:07:38 +0000 (08:07 +0000)
commit4958adbcc07dab37012b2df3f33ffe005be875c7
tree7c87519a5146fa6b96c1160b657b352fa69c3b5b
parent8d3b03ab73615de0bae2e06b2a35c4cb106896c4
remove ssl_init()

it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and libssl
initialize themselves automatically before doing anything.

ok tb
usr.sbin/relayd/config.c
usr.sbin/relayd/relayd.c
usr.sbin/relayd/relayd.h
usr.sbin/relayd/ssl.c