From: Bob Beck Date: Thu, 5 Feb 2026 15:38:22 +0000 (-0700) Subject: Update doc/man3/SSL_set1_host.pod X-Git-Tag: openssl-4.0.0-alpha1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4faf05e0803702e2c4d0a21dc2db4d881fe3e5;p=thirdparty%2Fopenssl.git Update doc/man3/SSL_set1_host.pod Co-authored-by: Viktor Dukhovni Reviewed-by: Neil Horman Reviewed-by: Viktor Dukhovni 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 3ce9c845b6e..5aa8d4e069b 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.