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 <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2021-04-06 17:58:16 +01:00
parent 73e3e2cb1a
commit 3b5e6f0b30
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#include <psa/crypto.h> #include <psa/crypto.h>
#include <psa/crypto_builtin_hash.h> #include <psa/crypto_builtin_hash.h>
#include <mbedtls/md_internal.h> #include "md_wrap.h"
/** Get Mbed TLS MD information of a hash algorithm given its PSA identifier /** Get Mbed TLS MD information of a hash algorithm given its PSA identifier
* *

View file

@ -39,7 +39,7 @@
#include <mbedtls/rsa.h> #include <mbedtls/rsa.h>
#include <mbedtls/error.h> #include <mbedtls/error.h>
#include <mbedtls/pk.h> #include <mbedtls/pk.h>
#include <mbedtls/pk_internal.h> #include "pk_wrap.h"
#if ( defined(MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR) || \ #if ( defined(MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR) || \
( defined(PSA_CRYPTO_DRIVER_TEST) && \ ( defined(PSA_CRYPTO_DRIVER_TEST) && \