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 71e2ee060..9f8b7bcd0 100644 --- a/regress/kextype.sh +++ b/regress/kextype.sh | |||
@@ -9,8 +9,8 @@ cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak | |||
9 | 9 | ||
10 | if test "$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 | kextypes="$kextypes diffie-hellman-group-exchange-sha256" | ||
13 | fi | 12 | fi |
13 | kextypes="$kextypes diffie-hellman-group-exchange-sha256" | ||
14 | kextypes="$kextypes diffie-hellman-group-exchange-sha1" | 14 | kextypes="$kextypes diffie-hellman-group-exchange-sha1" |
15 | kextypes="$kextypes diffie-hellman-group14-sha1" | 15 | kextypes="$kextypes diffie-hellman-group14-sha1" |
16 | kextypes="$kextypes diffie-hellman-group1-sha1" | 16 | kextypes="$kextypes diffie-hellman-group1-sha1" |