mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-28 23:14:56 +03:00
@@ -424,8 +424,8 @@ class CombinedConfig(config_common.Config):
|
|||||||
If mbedtls_file or crypto_file is specified, write the specific configuration
|
If mbedtls_file or crypto_file is specified, write the specific configuration
|
||||||
to the corresponding file instead.
|
to the corresponding file instead.
|
||||||
|
|
||||||
The parameter name is differ from the definition of the super class to handle
|
Two file name parameters and not only one as in the super class as we handle
|
||||||
two different config files.
|
two configuration files in this class.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.mbedtls_configfile.write(self.settings, mbedtls_file)
|
self.mbedtls_configfile.write(self.settings, mbedtls_file)
|
||||||
|
|||||||
Reference in New Issue
Block a user