From 5b196bb5ea5a17abf092c51d3f48a6723d5a3a33 Mon Sep 17 00:00:00 2001 From: Jake Swensen Date: Tue, 18 Jul 2023 17:23:30 -0500 Subject: [PATCH] [random] remove mbedtls header from api (#9286) When trying to opaquely bind to the public facing API, including forces an external dependency on mbedtls. --- include/openthread/instance.h | 2 +- include/openthread/random_crypto.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/openthread/instance.h b/include/openthread/instance.h index afaa1dae9..31f36a7ab 100644 --- a/include/openthread/instance.h +++ b/include/openthread/instance.h @@ -53,7 +53,7 @@ extern "C" { * @note This number versions both OpenThread platform and user APIs. * */ -#define OPENTHREAD_API_VERSION (345) +#define OPENTHREAD_API_VERSION (346) /** * @addtogroup api-instance diff --git a/include/openthread/random_crypto.h b/include/openthread/random_crypto.h index 0c9dc5823..94d3e6173 100644 --- a/include/openthread/random_crypto.h +++ b/include/openthread/random_crypto.h @@ -37,7 +37,6 @@ #include -#include #include #ifdef __cplusplus