summaryrefslogtreecommitdiff
path: root/thirdparty/mbedtls/library/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/mbedtls/library/md.c')
-rw-r--r--thirdparty/mbedtls/library/md.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/thirdparty/mbedtls/library/md.c b/thirdparty/mbedtls/library/md.c
index a10a835634..53a84b01c6 100644
--- a/thirdparty/mbedtls/library/md.c
+++ b/thirdparty/mbedtls/library/md.c
@@ -38,13 +38,7 @@
#include "mbedtls/sha256.h"
#include "mbedtls/sha512.h"
-#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
-#else
-#include <stdlib.h>
-#define mbedtls_calloc calloc
-#define mbedtls_free free
-#endif
#include <string.h>