Rename new header file

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2023-09-22 09:32:32 +02:00
parent 3c4f344e9a
commit 702b645dce
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@
/* We need this to have a complete list of requirements /* We need this to have a complete list of requirements
* before we deduce what built-ins are required. */ * before we deduce what built-ins are required. */
#include "psa/crypto_adjust_keypair_types.h" #include "psa/crypto_adjust_config_key_pair_types.h"
#include "mbedtls/config_adjust_legacy_from_psa.h" #include "mbedtls/config_adjust_legacy_from_psa.h"
@ -54,7 +54,7 @@
/* Hopefully the file above will have enabled keypair symbols in a consistent /* Hopefully the file above will have enabled keypair symbols in a consistent
* way, but including this here fixes them if that wasn't the case. */ * way, but including this here fixes them if that wasn't the case. */
#include "psa/crypto_adjust_keypair_types.h" #include "psa/crypto_adjust_config_key_pair_types.h"
#endif /* MBEDTLS_PSA_CRYPTO_CONFIG */ #endif /* MBEDTLS_PSA_CRYPTO_CONFIG */

View File

@ -1,6 +1,6 @@
/** /**
* \file psa/crypto_adjust_keypair_types.h * \file psa/crypto_adjust_config_key_pair_types.h
* \brief Adjust PSA configuration for keypair types. * \brief Adjust PSA configuration for key pair types.
* *
* See docs/proposed/psa-conditional-inclusion-c.md. * See docs/proposed/psa-conditional-inclusion-c.md.
* - Support non-basic operations in a keypair type implicitly enables basic * - Support non-basic operations in a keypair type implicitly enables basic