mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
version_check_feature() added to check for compile-time options at run-time
This commit is contained in:
@ -84,3 +84,8 @@ do
|
||||
mv tmp $i
|
||||
done
|
||||
|
||||
[ $VERBOSE ] && echo "Re-generating library/error.c"
|
||||
scripts/generate_errors.pl include/polarssl scripts/data_files library/error.c
|
||||
|
||||
[ $VERBOSE ] && echo "Re-generating library/version_features.c"
|
||||
scripts/generate_features.pl include/polarssl scripts/data_files library/version_features.c
|
||||
|
Reference in New Issue
Block a user