Skip to content

Commit

Permalink
axtls: version 1.5.2 now requires that config.h be manually included
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 19, 2015
1 parent 1977ff8 commit 9e66d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/md5.c
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/urldata.h
Expand Up @@ -120,6 +120,7 @@
#endif

#ifdef USE_AXTLS
#include <axTLS/config.h>
#include <axTLS/ssl.h>
#undef malloc
#undef calloc
Expand Down
1 change: 1 addition & 0 deletions lib/vtls/axtls.c
Expand Up @@ -29,6 +29,7 @@
#include "curl_setup.h"

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

Expand Down

0 comments on commit 9e66d3f

Please sign in to comment.