mirror of https://github.com/wolfSSL/wolfssl.git
Add missing semicolon
parent
a4a6a05f06
commit
027c8ed926
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue