1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #9427 from valeriosetti/psasim-small-fixes

psasim: small fixes to all.sh and test bash scripts
This commit is contained in:
Tom Cosgrove
2024-08-07 13:13:46 +00:00
committed by GitHub
4 changed files with 37 additions and 35 deletions

View File

@@ -387,8 +387,7 @@ cleanup()
helper_psasim_cleanup_before_client() {
# Clean up library files
make -C library clean
# Clean up intermediate files that were used to build the server
make -C $PSASIM_PATH clean_server_intermediate_files
# Restore files that were backup before building library files. This
# includes $CONFIG_H and $CRYPTO_CONFIG_H.
for x in $files_to_back_up; do