Move hkdf.h to tf-psa-crypto

Move hkdf.h to tf-psa-crypto as
hkdf.c was.

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2024-12-04 14:25:02 +01:00
parent 3ed75c5b4f
commit 80963c64eb
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -12,7 +12,6 @@
#include <stdint.h>
#include <string.h>
#include "mbedtls/hkdf.h"
#include "debug_internal.h"
#include "mbedtls/error.h"
#include "mbedtls/platform.h"