aboutsummaryrefslogtreecommitdiff
path: root/lib/md5.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2015-03-19 10:11:17 +0100
committerDan Fandrich <dan@coneharvesters.com>2015-03-19 10:11:17 +0100
commit9e66d3f4d3c0a5507943a2ee90c8fec4aae88168 (patch)
tree3e3f14e42f1730437cf4cba9ed8e2b9876af6280 /lib/md5.c
parent1977ff811d361d97f1c195c60b9a2dc94b9ebc59 (diff)
axtls: version 1.5.2 now requires that config.h be manually included
Diffstat (limited to 'lib/md5.c')
-rw-r--r--lib/md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/md5.c b/lib/md5.c
index 7df66f524..774d6b02a 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -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