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