Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Uziunaite <[email protected]>
  • Loading branch information
eleuzi01 committed Sep 26, 2024
1 parent 6394503 commit e759837
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/generate_config_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def dependencies_of_setting(cfg: config.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():
Expand Down
1 change: 0 additions & 1 deletion scripts/generate_pkcs7_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit e759837

Please sign in to comment.