From 37bf61ee96e860f9902d800a008a4be3ca6dbc1e Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Fri, 29 Nov 2024 12:59:26 +0100 Subject: [PATCH] Fix crypto config path Signed-off-by: Gabor Mezei --- tf-psa-crypto/scripts/tf_psa_crypto_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/scripts/tf_psa_crypto_config.py b/tf-psa-crypto/scripts/tf_psa_crypto_config.py index df69eeb70e..b6437e7683 100755 --- a/tf-psa-crypto/scripts/tf_psa_crypto_config.py +++ b/tf-psa-crypto/scripts/tf_psa_crypto_config.py @@ -115,7 +115,7 @@ def full_adapter(name, value, active): class TFPSACryptoConfigFile(config_common.ConfigFile): """Representation of a TF PSA Crypto configuration file.""" - _path_in_tree = 'tf-psa-crypto/include/psa/crypto_config.h' + _path_in_tree = 'include/psa/crypto_config.h' default_path = [_path_in_tree, os.path.join(os.path.dirname(__file__), os.pardir,