mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 08:24:11 -04:00
Fix include for tf-psa-crypto tests
This commit replaces #includes "error.h" with #include "error_common.h" since error.h no longer exists in tf-psa-crypto. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
331f08430c
commit
fa3663d633
@ -1,6 +1,6 @@
|
|||||||
/* BEGIN_HEADER */
|
/* BEGIN_HEADER */
|
||||||
#include "mbedtls/dhm.h"
|
#include "mbedtls/dhm.h"
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error_common.h"
|
||||||
|
|
||||||
static int check_get_value(const mbedtls_dhm_context *ctx,
|
static int check_get_value(const mbedtls_dhm_context *ctx,
|
||||||
mbedtls_dhm_parameter param,
|
mbedtls_dhm_parameter param,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BEGIN_HEADER */
|
/* BEGIN_HEADER */
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error_common.h"
|
||||||
#include "mbedtls/pkcs5.h"
|
#include "mbedtls/pkcs5.h"
|
||||||
#include "mbedtls/cipher.h"
|
#include "mbedtls/cipher.h"
|
||||||
/* END_HEADER */
|
/* END_HEADER */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BEGIN_HEADER */
|
/* BEGIN_HEADER */
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error_common.h"
|
||||||
#include "mbedtls/pk.h"
|
#include "mbedtls/pk.h"
|
||||||
#include "mbedtls/pem.h"
|
#include "mbedtls/pem.h"
|
||||||
#include "mbedtls/oid.h"
|
#include "mbedtls/oid.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#if defined(MBEDTLS_PSA_ITS_FILE_C)
|
#if defined(MBEDTLS_PSA_ITS_FILE_C)
|
||||||
#include "psa_crypto_its.h"
|
#include "psa_crypto_its.h"
|
||||||
#else /* Native ITS implementation */
|
#else /* Native ITS implementation */
|
||||||
#include "psa/error.h"
|
#include "psa/error_common.h"
|
||||||
#include "psa/internal_trusted_storage.h"
|
#include "psa/internal_trusted_storage.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BEGIN_HEADER */
|
/* BEGIN_HEADER */
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error_common.h"
|
||||||
#include "mbedtls/rsa.h"
|
#include "mbedtls/rsa.h"
|
||||||
#include "bignum_core.h"
|
#include "bignum_core.h"
|
||||||
#include "rsa_alt_helpers.h"
|
#include "rsa_alt_helpers.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user