]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update doc/man3/SSL_set1_host.pod
authorBob Beck <beck@obtuse.com>
Sat, 21 Feb 2026 16:29:54 +0000 (09:29 -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:50 2026
(Merged from https://github.com/openssl/openssl/pull/29612)

doc/man3/SSL_set1_host.pod

index 5aa8d4e069be510e932fcd5e7e5e003ac32ec7c7..de5b00aa2fab3db9f43915fab87416c24245d24a 100644 (file)
@@ -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);