mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
test: fix comment
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
ea167c39d0
commit
4ca250b873
@ -904,8 +904,8 @@ helper_libtestdriver1_adjust_config() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# When called with no parameter this function disables all builtin curves.
|
# When called with no parameter this function disables all builtin curves.
|
||||||
# The function optionally accepts 1 parameter with the space-separated list
|
# The function optionally accepts 1 parameter: a space-separated list of the
|
||||||
# of the curves that should be kept enabled.
|
# curves that should be kept enabled.
|
||||||
helper_disable_builtin_curves() {
|
helper_disable_builtin_curves() {
|
||||||
allowed_list="${1:-}"
|
allowed_list="${1:-}"
|
||||||
scripts/config.py unset-all "MBEDTLS_ECP_DP_[0-9A-Z_a-z]*_ENABLED"
|
scripts/config.py unset-all "MBEDTLS_ECP_DP_[0-9A-Z_a-z]*_ENABLED"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user