Add missing semicolon

pull/6263/head
Juliusz Sosinowicz 2023-04-04 16:59:28 +02:00
parent a4a6a05f06
commit 027c8ed926
1 changed files with 1 additions and 1 deletions

View File

@ -1853,7 +1853,7 @@ int wolfSSL_set_fd(WOLFSSL* ssl, int fd);
\sa wolfSSL_SetIOWriteCtx \sa wolfSSL_SetIOWriteCtx
\sa wolfDTLS_SetChGoodCb \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 \ingroup Setup