Merge pull request #7620 from anhu/doc_wolfSSL_is_init_finished

Quick fixup in API doc for wolfSSL_is_init_finished()
This commit is contained in:
David Garske
2024-06-05 15:43:40 -07:00
committed by GitHub

View File

@@ -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().