Fix mbedtls api leaks

This commit is contained in:
Willy-JL
2023-12-02 06:30:37 +00:00
parent 93994af815
commit f4d58c286b
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include "dolphin_deed.h"
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {