Remove extra spaces

Signed-off-by: Elena Uziunaite <[email protected]>
This commit is contained in:
Elena Uziunaite
2024-09-26 15:19:36 +01:00
parent 21a6a20c84
commit f7b24653d7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -88,7 +88,6 @@ def dependencies_of_setting(cfg: config_common.Config,
if name.startswith('MBEDTLS_CIPHER_PADDING_'):
return 'MBEDTLS_CIPHER_C:MBEDTLS_CIPHER_MODE_CBC'
if name.startswith('MBEDTLS_PK_PARSE_EC_'):
#temporary solution to determine correct dependency macros between 3.6 and 4.0
#see issue #51 in mbedtls-framework
if build_tree.is_mbedtls_3_6():
-1
View File
@@ -38,7 +38,6 @@ class TestData:
Take in test_suite_pkcs7.data file.
Allow for new tests to be added.
"""
#temporary solution to determine correct dependency macros between 3.6 and 4.0
#see issue #51 in mbedtls-framework
if build_tree.is_mbedtls_3_6():