From 3b5e6f0b30c1b961d9a4b3e4cc4b3d47db329eca Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 6 Apr 2021 17:58:16 +0100 Subject: [PATCH] Fix some errors relating to header file renames Fix some errors due to renaming of header files in the 3.0 branch. Signed-off-by: Dave Rodgman --- library/psa_crypto_hash.h | 2 +- library/psa_crypto_rsa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/psa_crypto_hash.h b/library/psa_crypto_hash.h index af47c8b57..b2dfdc54b 100644 --- a/library/psa_crypto_hash.h +++ b/library/psa_crypto_hash.h @@ -24,7 +24,7 @@ #include #include -#include +#include "md_wrap.h" /** Get Mbed TLS MD information of a hash algorithm given its PSA identifier * diff --git a/library/psa_crypto_rsa.c b/library/psa_crypto_rsa.c index 1ab1e9491..686f07d33 100644 --- a/library/psa_crypto_rsa.c +++ b/library/psa_crypto_rsa.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include "pk_wrap.h" #if ( defined(MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR) || \ ( defined(PSA_CRYPTO_DRIVER_TEST) && \