summaryrefslogtreecommitdiffstats
path: root/thirdparty/mbedtls/library/cipher.c
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-12-21 12:05:54 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-12-21 12:05:54 +0100
commit6e65244b6b33ff4d6f99153baafe23767a488181 (patch)
tree6cfda04dc9fb0d3ce24ed71ffbb84bc004bacbe8 /thirdparty/mbedtls/library/cipher.c
parent63f95c0e58e51ec2939e8b47803cb607fb35cadc (diff)
downloadredot-engine-6e65244b6b33ff4d6f99153baafe23767a488181.tar.gz
mbedtls: Update to upstream version 2.28.2
Diffstat (limited to 'thirdparty/mbedtls/library/cipher.c')
-rw-r--r--thirdparty/mbedtls/library/cipher.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/mbedtls/library/cipher.c b/thirdparty/mbedtls/library/cipher.c
index f3b4bd29ce..67e3274587 100644
--- a/thirdparty/mbedtls/library/cipher.c
+++ b/thirdparty/mbedtls/library/cipher.c
@@ -63,12 +63,7 @@
#include "mbedtls/nist_kw.h"
#endif
-#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
-#else
-#define mbedtls_calloc calloc
-#define mbedtls_free free
-#endif
#define CIPHER_VALIDATE_RET( cond ) \
MBEDTLS_INTERNAL_VALIDATE_RET( cond, MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA )