mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Apply the parameter change
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
d72c9f9401
commit
8b54f0e7e8
@ -447,7 +447,7 @@ class MbedTLSConfigTool(config_common.ConfigTool):
|
|||||||
"""Command line mbedtls_config.h and crypto_config.h manipulation tool."""
|
"""Command line mbedtls_config.h and crypto_config.h manipulation tool."""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(MbedTLSConfigFile)
|
super().__init__(MbedTLSConfigFile.default_path)
|
||||||
self.config = CombinedConfig(MbedTLSConfigFile(self.args.file),
|
self.config = CombinedConfig(MbedTLSConfigFile(self.args.file),
|
||||||
CryptoConfigFile(self.args.cryptofile))
|
CryptoConfigFile(self.args.cryptofile))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user