From 6e9c73eb12b6a137a2cfcd6b55bc9b376faf3e10 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Wed, 6 Sep 2023 15:38:49 -0700 Subject: [PATCH] fix parameter typo in dox documentation --- doc/dox_comments/header_files-ja/ssl.h | 2 +- doc/dox_comments/header_files/ssl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dox_comments/header_files-ja/ssl.h b/doc/dox_comments/header_files-ja/ssl.h index e295d6106..9887b3f96 100644 --- a/doc/dox_comments/header_files-ja/ssl.h +++ b/doc/dox_comments/header_files-ja/ssl.h @@ -10552,7 +10552,7 @@ int wolfSSL_set_max_early_data(WOLFSSL* ssl, unsigned int sz); \sa wolfSSL_connect \sa wolfSSL_connect_TLSv13 */ -int wolfSSL_write_early_data(OLFSSL* ssl, const void* data, +int wolfSSL_write_early_data(WOLFSSL* ssl, const void* data, int sz, int* outSz); /*! diff --git a/doc/dox_comments/header_files/ssl.h b/doc/dox_comments/header_files/ssl.h index 96be94a84..1694fc28d 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -13919,7 +13919,7 @@ int wolfSSL_set_max_early_data(WOLFSSL* ssl, unsigned int sz); \sa wolfSSL_connect \sa wolfSSL_connect_TLSv13 */ -int wolfSSL_write_early_data(OLFSSL* ssl, const void* data, +int wolfSSL_write_early_data(WOLFSSL* ssl, const void* data, int sz, int* outSz); /*!