From 0de974c3a7c4375c0a3168117d8d1fd0a2255f40 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Wed, 5 Jun 2024 16:37:25 -0400 Subject: [PATCH] Quick fixup in API doc for wolfSSL_is_init_finished() --- 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 faae19822e..bdf1d49f02 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -4040,8 +4040,8 @@ int wolfSSL_session_reused(WOLFSSL* ssl); \return 0 returned if the connection is not established, i.e. the WOLFSSL struct is NULL or the handshake is not done. - \return 1 returned if the connection is not established i.e. the WOLFSSL - struct is null or the handshake is not done. + \return 1 returned if the connection is established i.e. the WOLFSSL + handshake is done. \param ssl a pointer to a WOLFSSL structure, created using wolfSSL_new().