axtls: version 1.5.2 now requires that config.h be manually included
This commit is contained in:
parent
1977ff811d
commit
9e66d3f4d3
@ -153,6 +153,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
|
||||
}
|
||||
|
||||
#elif defined(USE_AXTLS)
|
||||
#include <axTLS/config.h>
|
||||
#include <axTLS/os_int.h>
|
||||
#include <axTLS/crypto.h>
|
||||
#else
|
||||
|
@ -120,6 +120,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_AXTLS
|
||||
#include <axTLS/config.h>
|
||||
#include <axTLS/ssl.h>
|
||||
#undef malloc
|
||||
#undef calloc
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "curl_setup.h"
|
||||
|
||||
#ifdef USE_AXTLS
|
||||
#include <axTLS/config.h>
|
||||
#include <axTLS/ssl.h>
|
||||
#include "axtls.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user