Skip to content

Commit b7a3058

Browse files
committed
Fix documentation of xmpp_tlscert_get_dnsname()
`MAX_NUM_DNSNAMES` was replaced by a dynamically sized array, but the documentation hasn't been updated. Fixes: f23ac83 ("add callback functionality on certificate verification failure") Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 0dc045a commit b7a3058

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tls.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ const char *xmpp_tlscert_get_pem(const xmpp_tlscert_t *cert)
109109
}
110110

111111
/** Get the dnsName entries out of the SubjectAlternativeNames.
112-
*
113-
* Note: Max. `MAX_NUM_DNSNAMES` are supported.
114112
*
115113
* @param cert a Strophe TLS certificate object
116114
* @param n which dnsName entry

0 commit comments

Comments
 (0)