aboutsummaryrefslogtreecommitdiff
path: root/lib/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/md5.c')
-rw-r--r--lib/md5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/md5.c b/lib/md5.c
index 3738d7a02..8ac1f6bc2 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -157,6 +157,9 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
CryptReleaseContext(ctx->hCryptProv, 0);
}
+#elif defined(USE_AXTLS)
+#include <axTLS/os_int.h>
+#include <axTLS/crypto.h>
#else
/* When no other crypto library is available we use this code segment */
/*