mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 00:07:47 +00:00
Apply the parameter change
Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
+1
-1
@@ -446,7 +446,7 @@ class MbedTLSConfigTool(config_common.ConfigTool):
|
||||
"""Command line mbedtls_config.h and crypto_config.h manipulation tool."""
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(MbedTLSConfigFile)
|
||||
super().__init__(MbedTLSConfigFile.default_path)
|
||||
self.config = CombinedConfig(MbedTLSConfigFile(self.args.file),
|
||||
CryptoConfigFile(self.args.cryptofile))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user