24 #include "common/user_settings.h" 26 #include "FreeRTOS_IP.h" 30 printf(
"Cleaning up socket and wolfSSL objects.\n");
32 FreeRTOS_closesocket(xSock);
40 static inline void util_inf_loop(xSocket_t xClientSocket,
WOLFSSL_CTX *ctx,
42 util_Cleanup(xClientSocket, ctx, ssl);
43 printf(
"Reached infinite loop.\n");
Header file containing key wolfSSL API.
Definition: internal.h:2595
WOLFSSL_API void wolfSSL_free(WOLFSSL *)
This function frees an allocated wolfSSL object.
Definition: ssl.c:557
WOLFSSL_API int wolfSSL_Cleanup(void)
Un-initializes the wolfSSL library from further use. Doesn’t have to be called, though it will free ...
Definition: ssl.c:12129
WOLFSSL_API void wolfSSL_CTX_free(WOLFSSL_CTX *)
This function frees an allocated WOLFSSL_CTX object. This function decrements the CTX reference count...
Definition: ssl.c:446
Definition: internal.h:3849