From 027c8ed9264bb8b5bdd3029b255abb866152fa9c Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 4 Apr 2023 16:59:28 +0200 Subject: [PATCH] Add missing semicolon --- doc/dox_comments/header_files/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dox_comments/header_files/ssl.h b/doc/dox_comments/header_files/ssl.h index bba56809a..6a06cb82e 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -1853,7 +1853,7 @@ int wolfSSL_set_fd(WOLFSSL* ssl, int fd); \sa wolfSSL_SetIOWriteCtx \sa wolfDTLS_SetChGoodCb */ -int wolfSSL_set_dtls_fd_connected(WOLFSSL* ssl, int fd) +int wolfSSL_set_dtls_fd_connected(WOLFSSL* ssl, int fd); /*! \ingroup Setup