Move hkdf.h to tf-psa-crypto

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

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2024-11-28 10:02:09 +01:00
parent 3ed75c5b4f
commit 80963c64eb
2 changed files with 0 additions and 1 deletions

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"