diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2015-03-19 10:11:17 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-03-19 10:11:17 +0100 |
commit | 9e66d3f4d3c0a5507943a2ee90c8fec4aae88168 (patch) | |
tree | 3e3f14e42f1730437cf4cba9ed8e2b9876af6280 /lib/md5.c | |
parent | 1977ff811d361d97f1c195c60b9a2dc94b9ebc59 (diff) | |
download | curl-9e66d3f4d3c0a5507943a2ee90c8fec4aae88168.tar.gz |
axtls: version 1.5.2 now requires that config.h be manually included
Diffstat (limited to 'lib/md5.c')
-rw-r--r-- | lib/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |