mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
Use default value for the filename
parameter
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
75c7e13fa7
commit
fb36814669
@ -134,7 +134,7 @@ class TFPSACryptoConfig(config_common.Config):
|
||||
and modify the configuration.
|
||||
"""
|
||||
|
||||
def __init__(self, filename):
|
||||
def __init__(self, filename=None):
|
||||
"""Read the PSA crypto configuration files."""
|
||||
|
||||
super().__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user