Correct wolfSSL_dtls_cid_parse declaration in docs

This commit is contained in:
Juliusz Sosinowicz
2025-02-14 12:12:29 +01:00
committed by Daniel Pouzzner
parent 3075e57207
commit cfa6fbfcef

View File

@ -15251,8 +15251,8 @@ RFC 9146 and RFC 9147.
\sa wolfSSL_dtls_cid_get_rx \sa wolfSSL_dtls_cid_get_rx
\sa wolfSSL_dtls_cid_get_tx_size \sa wolfSSL_dtls_cid_get_tx_size
*/ */
void wolfSSL_dtls_cid_parse(const unsigned char* msg, unsigned int msgSz, const unsigned char* wolfSSL_dtls_cid_parse(const unsigned char* msg,
const unsigned char** cid, unsigned int cidSz); unsigned int msgSz, unsigned int cidSz);
/*! /*!
\ingroup TLS \ingroup TLS