Commit 9e66d3f4 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

axtls: version 1.5.2 now requires that config.h be manually included

parent 1977ff81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@
#endif

#ifdef USE_AXTLS
#include <axTLS/config.h>
#include <axTLS/ssl.h>
#undef malloc
#undef calloc
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include "curl_setup.h"

#ifdef USE_AXTLS
#include <axTLS/config.h>
#include <axTLS/ssl.h>
#include "axtls.h"