mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Merge pull request #6263 from julek-wolfssl/fix-docs-wolfSSL_set_dtls_fd_connected
Add missing semicolon
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user