We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f834e9 + b248b50 commit d975184Copy full SHA for d975184
scripts/config.py
@@ -286,11 +286,7 @@ class CryptoConfigFile(config_common.ConfigFile):
286
# Temporary, while Mbed TLS does not just rely on the TF-PSA-Crypto
287
# build system to build its crypto library. When it does, the
288
# condition can just be removed.
289
- _path_in_tree = ('include/psa/crypto_config.h'
290
- if not os.path.isdir(os.path.join(os.path.dirname(__file__),
291
- os.pardir,
292
- 'tf-psa-crypto')) else
293
- 'tf-psa-crypto/include/psa/crypto_config.h')
+ _path_in_tree = 'include/psa/crypto_config.h'
294
default_path = [_path_in_tree,
295
os.path.join(os.path.dirname(__file__),
296
os.pardir,
0 commit comments