Commit ce4faf05e0 for openssl.org

commit ce4faf05e0803702e2c4d0a21dc2db4d881fe3e5
Author: Bob Beck <beck@obtuse.com>
Date:   Thu Feb 5 08:38:22 2026 -0700

    Update doc/man3/SSL_set1_host.pod

    Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
    MergeDate: Tue Feb 24 14:04:40 2026
    (Merged from https://github.com/openssl/openssl/pull/29612)

diff --git a/doc/man3/SSL_set1_host.pod b/doc/man3/SSL_set1_host.pod
index 3ce9c845b6..5aa8d4e069 100644
--- a/doc/man3/SSL_set1_host.pod
+++ b/doc/man3/SSL_set1_host.pod
@@ -118,7 +118,7 @@ IP address, if present, matches.
 =head1 RETURN VALUES

 SSL_set1_dnsname(), SSL_set1_ipaddr(),
-SSL_add1_dnsname, SSL_add1_ip, SSL_add1_ip_asc,
+SSL_add1_dnsname(), SSL_add1_ipaddr(),
 SSL_set1_host() and SSL_add1_host() return 1 for success and 0 for
 failure.