We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d602 commit 91e7e9fCopy full SHA for 91e7e9f
components/libwebsockets/port/lws_port.c
@@ -14,7 +14,7 @@
14
*/
15
extern int __real_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl);
16
17
-int __wrap_mbedtls_ssl_handshake_step( mbedtls_ssl_context *ssl )
+int __wrap_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl)
18
{
19
int ret = 0;
20
0 commit comments