mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
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)
|
#elif defined(USE_AXTLS)
|
||||||
|
#include <axTLS/config.h>
|
||||||
#include <axTLS/os_int.h>
|
#include <axTLS/os_int.h>
|
||||||
#include <axTLS/crypto.h>
|
#include <axTLS/crypto.h>
|
||||||
#else
|
#else
|
||||||
|
@ -120,6 +120,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_AXTLS
|
#ifdef USE_AXTLS
|
||||||
|
#include <axTLS/config.h>
|
||||||
#include <axTLS/ssl.h>
|
#include <axTLS/ssl.h>
|
||||||
#undef malloc
|
#undef malloc
|
||||||
#undef calloc
|
#undef calloc
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include "curl_setup.h"
|
#include "curl_setup.h"
|
||||||
|
|
||||||
#ifdef USE_AXTLS
|
#ifdef USE_AXTLS
|
||||||
|
#include <axTLS/config.h>
|
||||||
#include <axTLS/ssl.h>
|
#include <axTLS/ssl.h>
|
||||||
#include "axtls.h"
|
#include "axtls.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user