diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/kextype.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/kextype.sh b/regress/kextype.sh index 22ceb40c9..9f8b7bcd0 100644 --- a/regress/kextype.sh +++ b/regress/kextype.sh | |||
@@ -7,7 +7,7 @@ TIME=/usr/bin/time | |||
7 | cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak | 7 | cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak |
8 | cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak | 8 | cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak |
9 | 9 | ||
10 | if "$TEST_SSH_ECC" = "yes"; then | 10 | if test "$TEST_SSH_ECC" = "yes"; then |
11 | kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521" | 11 | kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521" |
12 | fi | 12 | fi |
13 | kextypes="$kextypes diffie-hellman-group-exchange-sha256" | 13 | kextypes="$kextypes diffie-hellman-group-exchange-sha256" |