Rename new header file

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/include/mbedtls/config_psa.h b/include/mbedtls/config_psa.h
index f614e44..2d23971 100644
--- a/include/mbedtls/config_psa.h
+++ b/include/mbedtls/config_psa.h
@@ -42,7 +42,7 @@
 
 /* We need this to have a complete list of requirements
  * 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"
 
@@ -54,7 +54,7 @@
 
 /* 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. */
-#include "psa/crypto_adjust_keypair_types.h"
+#include "psa/crypto_adjust_config_key_pair_types.h"
 
 #endif /* MBEDTLS_PSA_CRYPTO_CONFIG */