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