We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0397d90 commit 0de974cCopy full SHA for 0de974c
1 file changed
doc/dox_comments/header_files/ssl.h
@@ -4040,8 +4040,8 @@ int wolfSSL_session_reused(WOLFSSL* ssl);
4040
4041
\return 0 returned if the connection is not established, i.e. the WOLFSSL
4042
struct is NULL or the handshake is not done.
4043
- \return 1 returned if the connection is not established i.e. the WOLFSSL
4044
- struct is null or the handshake is not done.
+ \return 1 returned if the connection is established i.e. the WOLFSSL
+ handshake is done.
4045
4046
\param ssl a pointer to a WOLFSSL structure, created using wolfSSL_new().
4047
0 commit comments