mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Correct wolfSSL_dtls_cid_parse declaration in docs
This commit is contained in:
committed by
Daniel Pouzzner
parent
3075e57207
commit
cfa6fbfcef
@ -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
|
||||||
|
Reference in New Issue
Block a user