summaryrefslogtreecommitdiff
path: root/regress/cipher-speed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/cipher-speed.sh')
-rw-r--r--regress/cipher-speed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/cipher-speed.sh b/regress/cipher-speed.sh
index ed7c6f320..114191b89 100644
--- a/regress/cipher-speed.sh
+++ b/regress/cipher-speed.sh
@@ -16,11 +16,11 @@ ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
16 arcfour128 arcfour256 arcfour 16 arcfour128 arcfour256 arcfour
17 aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se 17 aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se
18 aes128-ctr aes192-ctr aes256-ctr" 18 aes128-ctr aes192-ctr aes256-ctr"
19config_defined OPENSSL_HAVE_EVPGCM && 19config_defined OPENSSL_HAVE_EVPGCM && \
20 ciphers="$ciphers aes128-gcm@openssh.com aes256-gcm@openssh.com" 20 ciphers="$ciphers aes128-gcm@openssh.com aes256-gcm@openssh.com"
21macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com 21macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
22 hmac-sha1-96 hmac-md5-96" 22 hmac-sha1-96 hmac-md5-96"
23config_defined HAVE_EVP_SHA256 && 23config_defined HAVE_EVP_SHA256 && \
24 macs="$macs hmac-sha2-256 hmac-sha2-512" 24 macs="$macs hmac-sha2-256 hmac-sha2-512"
25 25
26for c in $ciphers; do n=0; for m in $macs; do 26for c in $ciphers; do n=0; for m in $macs; do