Add mbedtls and use it on windows

This commit is contained in:
Martin Natano
2022-01-18 20:50:15 +01:00
parent 7b1db8b2fb
commit 6de676984d
1270 changed files with 353372 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
@rem Generate automatically-generated configuration-independent source files
@rem and build scripts.
@rem Perl and Python 3 must be on the PATH.
perl scripts\generate_errors.pl || exit /b 1
perl scripts\generate_query_config.pl || exit /b 1
perl scripts\generate_features.pl || exit /b 1
python scripts\generate_ssl_debug_helpers.py || exit /b 1
perl scripts\generate_visualc_files.pl || exit /b 1
python scripts\generate_psa_constants.py || exit /b 1
python tests\scripts\generate_psa_tests.py || exit /b 1