remove ssl_init()
authorop <op@openbsd.org>
Sun, 25 Jun 2023 08:08:03 +0000 (08:08 +0000)
committerop <op@openbsd.org>
Sun, 25 Jun 2023 08:08:03 +0000 (08:08 +0000)
commit9702801129f0090124ffb1b6626ffa79ab8bef79
treebe8a26b5f242627b127418056d808ac84cbaeb2c
parent4958adbcc07dab37012b2df3f33ffe005be875c7
remove ssl_init()

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

noticed by jsing, ok tb
usr.sbin/smtpd/ssl.c
usr.sbin/smtpd/ssl.h