diff options
Diffstat (limited to 'scripts/pubkey_speed.sh')
-rwxr-xr-x | scripts/pubkey_speed.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh index cbdfde5be..307677403 100755 --- a/scripts/pubkey_speed.sh +++ b/scripts/pubkey_speed.sh @@ -30,7 +30,7 @@ function ecdsatestall { ecdsatest secp521r1 "$1" 500 } -rsatestall "gmp gcrypt" -rsatestall "gcrypt" +rsatestall "gmp gcrypt pem" +rsatestall "gcrypt pem" rsatestall "openssl" ecdsatestall "openssl" |