mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-13 06:37:48 +00:00
Fix PSA macro identification regexp
Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
+1
-1
@@ -397,7 +397,7 @@ class CombinedConfig(config_common.Config):
|
||||
for configfile in [self.mbedtls_configfile, self.crypto_configfile]
|
||||
for (active, name, value, section) in configfile.parse_file()})
|
||||
|
||||
_crypto_regexp = re.compile(r'$PSA_.*')
|
||||
_crypto_regexp = re.compile(r'^PSA_.*')
|
||||
def _get_configfile(self, name=None):
|
||||
"""Find a config type for a setting name"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user