]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update doc/man3/SSL_set1_host.pod
authorBob Beck <beck@obtuse.com>
Thu, 5 Feb 2026 15:35:57 +0000 (08:35 -0700)
committerNeil Horman <nhorman@openssl.org>
Tue, 24 Feb 2026 14:03:39 +0000 (09:03 -0500)
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:22 2026
(Merged from https://github.com/openssl/openssl/pull/29612)

doc/man3/SSL_set1_host.pod

index af96b7ea79024af80146a36ef010128a34c1ead0..4bbc551d4bafe06943d9f33fa2836ff7f64d29d6 100644 (file)
@@ -17,7 +17,7 @@ SSL server verification parameters
  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 uint8_t *ip size_t len);
+ 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);