From cfa6fbfcef28ff41574dc961bdebee0e0a702a10 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 14 Feb 2025 12:12:29 +0100 Subject: [PATCH] Correct wolfSSL_dtls_cid_parse declaration in docs --- doc/dox_comments/header_files/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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