From: Joe Orton Date: Wed, 15 Apr 2026 08:38:21 +0000 (+0100) Subject: doc/man3/SSL_set1_host.pod: fix Deprecated Functions heading formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d9ea4ae47b153401db24b9d8cab9d1be016f6e;p=thirdparty%2Fopenssl.git doc/man3/SSL_set1_host.pod: fix Deprecated Functions heading formatting CLA: trivial Fixes: f584ae959cbc "Let's support multiple names for certificate verification" Reviewed-by: Eugene Syromiatnikov Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte MergeDate: Sun Apr 26 12:59:31 2026 (Merged from https://github.com/openssl/openssl/pull/30834) --- diff --git a/doc/man3/SSL_set1_host.pod b/doc/man3/SSL_set1_host.pod index 917ba7226a7..3a2487a268b 100644 --- a/doc/man3/SSL_set1_host.pod +++ b/doc/man3/SSL_set1_host.pod @@ -90,7 +90,7 @@ of scope with the RFC 7671 DANE-EE(3) certificate usage, and the internal check will be suppressed as appropriate when DANE is enabled. -==head1 DEPRECATED FUNCTIONS +=head1 DEPRECATED FUNCTIONS SSL_set1_host and SSL_add1_host are deprecated as of OpenSSL 4.0.0. SSL_set1_dnsname(), SSL_add1_dnsname(), SSL_set1_ipaddr() and SSL_add1_ipaddr() should be used instead.