Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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