openwrt-packages/libs/getdns
Andre Heider 2fed4c0895 getdns: fix compilation with OPENSSL_NO_DEPRECATED
SSL_get_peer_certificate() is deprecated, OpenSSL v3.0 added
SSL_get0_peer_certificate() and SSL_get1_peer_certificate().

Use the latter since the return value is explicitely X509_free()ed
here, see [0].

[0] https://www.openssl.org/docs/manmaster/man3/SSL_get_peer_certificate.html

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-05-01 13:36:00 +03:00
..
patches getdns: fix compilation with OPENSSL_NO_DEPRECATED 2023-05-01 13:36:00 +03:00
Config.in getdns: add optional support for libevent2 2022-01-03 02:18:57 -08:00
Makefile getdns: fix compilation with OPENSSL_NO_DEPRECATED 2023-05-01 13:36:00 +03:00