mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-13 04:13:45 +00:00
Update member variable names
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
f5f130879c
commit
568808a41a
@ -447,8 +447,8 @@ class MbedTLSConfigTool(config_common.ConfigTool):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(MbedTLSConfigFile)
|
||||
self.config = CombinedConfig(MbedTLSConfigFile(self.parser_args.file),
|
||||
CryptoConfigFile(self.parser_args.cryptofile))
|
||||
self.config = CombinedConfig(MbedTLSConfigFile(self.args.file),
|
||||
CryptoConfigFile(self.args.cryptofile))
|
||||
|
||||
def custom_parser_options(self):
|
||||
"""Adds MbedTLS specific options for the parser."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user