Skip to content

Commit

Permalink
Correct wolfSSL_dtls_cid_parse declaration in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl authored and douzzer committed Feb 14, 2025
1 parent 3075e57 commit cfa6fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dox_comments/header_files/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -15251,8 +15251,8 @@ RFC 9146 and RFC 9147.
\sa wolfSSL_dtls_cid_get_rx
\sa wolfSSL_dtls_cid_get_tx_size
*/
void wolfSSL_dtls_cid_parse(const unsigned char* msg, unsigned int msgSz,
const unsigned char** cid, unsigned int cidSz);
const unsigned char* wolfSSL_dtls_cid_parse(const unsigned char* msg,
unsigned int msgSz, unsigned int cidSz);

/*!
\ingroup TLS
Expand Down

0 comments on commit cfa6fbf

Please sign in to comment.