mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Tuning test
This commit is contained in:
parent
15d6cb3065
commit
bcc62c96c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user