CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/06/25 02:08:03
Modified files:
sbin/iked : ca.c iked.c iked.h
Log message:
remove ca_sslinit()
it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and libssl
initialize themselves automatically before doing anything.
spotted by tb, ok tb tobhe
Modified files:
usr.sbin/relayd: config.c relayd.c relayd.h ssl.c
Log message:
remove ssl_init()
it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and libssl
initialize themselves automatically before doing anything.
ok tb
Modified files:
usr.sbin/smtpd : ssl.c ssl.h
Log message:
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