Skip to content

Commit

Permalink
Merge pull request #7620 from anhu/doc_wolfSSL_is_init_finished
Browse files Browse the repository at this point in the history
Quick fixup in API doc for wolfSSL_is_init_finished()
  • Loading branch information
dgarske authored Jun 5, 2024
2 parents 70d317e + 0de974c commit 1f75d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dox_comments/header_files/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit 1f75d0e

Please sign in to comment.