summaryrefslogtreecommitdiff
path: root/regress/integrity.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r--regress/integrity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh
index 2b4bfeacc..91168fd2e 100644
--- a/regress/integrity.sh
+++ b/regress/integrity.sh
@@ -16,7 +16,7 @@ macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
16 hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com" 16 hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com"
17# The following are not MACs, but ciphers with integrated integrity. They are 17# The following are not MACs, but ciphers with integrated integrity. They are
18# handled specially below. 18# handled specially below.
19config_defined OPENSSL_HAVE_EVPGCM && 19config_defined OPENSSL_HAVE_EVPGCM && \
20 macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com" 20 macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com"
21 21
22# sshd-command for proxy (see test-exec.sh) 22# sshd-command for proxy (see test-exec.sh)