From: Bob Beck Date: Sat, 21 Feb 2026 16:29:54 +0000 (-0700) Subject: Update doc/man3/SSL_set1_host.pod X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5dbe1054c90147111637f9413e36c1ce99a91ca;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:50 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 5aa8d4e069..de5b00aa2f 100644 --- a/doc/man3/SSL_set1_host.pod +++ b/doc/man3/SSL_set1_host.pod @@ -16,7 +16,7 @@ SSL server verification parameters int SSL_add1_host(SSL *s, const char *host); int SSL_set1_dnsname(SSL *s, const char *dnsname); int SSL_add1_dnsname(SSL *s, const char *dnsname); - int SSL_set1_ipaddr(SSL *s, const uint8_t *ip, size_t len); +int SSL_add1_ipaddr(SSL *s, const char *ip_asc); int SSL_add1_ipaddr(SSL *s, const char *ip_asc); void SSL_set_hostflags(SSL *s, unsigned int flags); const char *SSL_get0_peername(SSL *s);