diff --git a/doc/dox_comments/header_files/ssl.h b/doc/dox_comments/header_files/ssl.h index 7d7a629f8..7da361348 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -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