diff options
author | Damien Miller <djm@mindrot.org> | 2013-01-17 14:31:57 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-01-17 14:31:57 +1100 |
commit | b26699bbadaffa1b1de2f6b0e175b77aba337de5 (patch) | |
tree | 4088f4bb1f4c5fbe8ca3c5fc62a1eb0af60c9f05 /regress/integrity.sh | |
parent | efa1c950921659a0f10b9adf30625fba21b3815c (diff) |
- (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
check for GCM support before testing GCM ciphers.
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r-- | regress/integrity.sh | 2 |
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. |
19 | config_defined OPENSSL_HAVE_EVPGCM && | 19 | config_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) |