mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
With OpenSSL 4.0.0 function SSL_set1_host() is deprecated and should be replaced by SSL_set1_ipaddr() and SSL_set1_dnsname(). Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>