commit | e35f8f6a770f5f994e9ada6b95c5b474331bc6f9 | [log] [tgz] |
---|---|---|
author | Mateusz Starzyk <mateusz.starzyk@mobica.com> | Wed Aug 04 15:38:09 2021 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Sep 27 19:15:56 2021 +0200 |
tree | 56db0bcf9c39c8a9ef1c61f9298a5a9efeb17818 | |
parent | 7820a574f158deaa2110f8718704c99d295c0b12 [diff] [blame] |
Move MBEDTLS_CHECK_RETURN to platform_util. Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
diff --git a/include/mbedtls/des.h b/include/mbedtls/des.h index 7bd618c..d5289d3 100644 --- a/include/mbedtls/des.h +++ b/include/mbedtls/des.h
@@ -29,6 +29,7 @@ #include "mbedtls/private_access.h" #include "mbedtls/build_info.h" +#include "mbedtls/platform_util.h" #include <stddef.h> #include <stdint.h>