mirror of
https://github.com/strophe/libstrophe.git
synced 2026-08-01 01:46:21 +00:00
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>
This commit is contained in:
@@ -109,8 +109,6 @@ const char *xmpp_tlscert_get_pem(const xmpp_tlscert_t *cert)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Get the dnsName entries out of the SubjectAlternativeNames.
|
/** Get the dnsName entries out of the SubjectAlternativeNames.
|
||||||
*
|
|
||||||
* Note: Max. `MAX_NUM_DNSNAMES` are supported.
|
|
||||||
*
|
*
|
||||||
* @param cert a Strophe TLS certificate object
|
* @param cert a Strophe TLS certificate object
|
||||||
* @param n which dnsName entry
|
* @param n which dnsName entry
|
||||||
|
|||||||
Reference in New Issue
Block a user