forked from wolfSSL/wolfssl
Add missing semicolon
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user