debug: move internal functions declarations to an internal header file

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2024-01-18 15:30:46 +01:00
parent d929106f36
commit b4f5076270
13 changed files with 184 additions and 169 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* BEGIN_HEADER */
#include "mbedtls/debug.h"
#include "debug_internal.h"
#include "string.h"
#include "mbedtls/pk.h"