[InterNetNews/inn] d32bc1: TLS support: Update the logging facility to new Op...
Julien ÉLIE
noreply at github.com
Sat Oct 2 22:19:01 UTC 2021
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: d32bc1eb859275e8d5e75869286253ae023f9e52
https://github.com/InterNetNews/inn/commit/d32bc1eb859275e8d5e75869286253ae023f9e52
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2021-10-03 (Sun, 03 Oct 2021)
Changed paths:
M nnrpd/tls.c
Log Message:
-----------
TLS support: Update the logging facility to new OpenSSL API
BIO_set_callback() was deprecated in OpenSSL 3.0.0. Replace it with
BIO_set_callback_ex() which was introduced in OpenSSL 1.1.1.
More information about the inn-committers
mailing list