Skip to content

Commit 1f75d0e

Browse files
authored
Merge pull request #7620 from anhu/doc_wolfSSL_is_init_finished
Quick fixup in API doc for wolfSSL_is_init_finished()
2 parents 70d317e + 0de974c commit 1f75d0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • doc/dox_comments/header_files

doc/dox_comments/header_files/ssl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4040,8 +4040,8 @@ int wolfSSL_session_reused(WOLFSSL* ssl);
40404040
40414041
\return 0 returned if the connection is not established, i.e. the WOLFSSL
40424042
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.
4043+
\return 1 returned if the connection is established i.e. the WOLFSSL
4044+
handshake is done.
40454045
40464046
\param ssl a pointer to a WOLFSSL structure, created using wolfSSL_new().
40474047

0 commit comments

Comments
 (0)