aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py
index ee7f9ffab..bc9b8c7a9 100755
--- a/src/scripts/test_cli.py
+++ b/src/scripts/test_cli.py
@@ -657,7 +657,7 @@ def cli_speed_tests():
# these all have a common output format
math_ops = ['mp_mul', 'mp_div', 'mp_div10', 'modexp', 'random_prime', 'inverse_mod',
- 'rfc3394', 'fpe_fe1', 'ecdsa_recovery',
+ 'rfc3394', 'fpe_fe1', 'ecdsa_recovery', 'ecc_init',
'bn_redc', 'nistp_redc', 'ecc_mult', 'ecc_ops', 'os2ecp', 'primality_test',
'bcrypt', 'passhash9']