[random] remove mbedtls header from api (#9286)

When trying to opaquely bind to the public facing API, including
<mbedtls/ctr_drbg.h> forces an external dependency on mbedtls.
This commit is contained in:
Jake Swensen
2023-07-18 15:23:30 -07:00
committed by GitHub
parent ec8c7b7f17
commit 5b196bb5ea
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -37,7 +37,6 @@
#include <stdint.h>
#include <mbedtls/ctr_drbg.h>
#include <openthread/error.h>
#ifdef __cplusplus