Tuning test

This commit is contained in:
cpq 2020-12-07 04:56:50 +00:00
parent 15d6cb3065
commit bcc62c96c8
2 changed files with 8 additions and 2 deletions

View File

@ -2922,8 +2922,11 @@ void mg_timer_poll(unsigned long now_ms) {
#include <mbedtls/debug.h>
//#include <mbedtls/net_sockets.h>
#include <mbedtls/ssl.h>
#include <mbedtls/version.h>
#if MBEDTLS_VERSION_MINOR > 22
#include <mbedtls/net_sockets.h>
#endif
struct mg_tls {
char *cafile; // CA certificate path

View File

@ -6,8 +6,11 @@
#include "util.h"
#include <mbedtls/debug.h>
//#include <mbedtls/net_sockets.h>
#include <mbedtls/ssl.h>
#include <mbedtls/version.h>
#if MBEDTLS_VERSION_MINOR > 22
#include <mbedtls/net_sockets.h>
#endif
struct mg_tls {
char *cafile; // CA certificate path