]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256
authorDamien Miller <djm@mindrot.org>
Thu, 13 Jan 2011 11:05:14 +0000 (22:05 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 13 Jan 2011 11:05:14 +0000 (22:05 +1100)
   should not depend on ECC support

ChangeLog
regress/kextype.sh

index 354127ebe5be5be4e6a05df9a73c7b1aba35f0c7..a064d5690c31784c799175018a9769950852982d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
  - (djm) [myproposal.h] Fix reversed OPENSSL_VERSION_NUMBER test and bad
    #define that was causing diffie-hellman-group-exchange-sha256 to be
    incorrectly disabled
+ - (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256
+   should not depend on ECC support
 
 20110212
  - OpenBSD CVS Sync
index 71e2ee060cc665cadd0caf1d7b329fe984a54de0..9f8b7bcd0bdd0fc5770459a9bf7daf69e8390c92 100644 (file)
@@ -9,8 +9,8 @@ cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
 
 if test "$TEST_SSH_ECC" = "yes"; then
        kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
-       kextypes="$kextypes diffie-hellman-group-exchange-sha256"
 fi
+kextypes="$kextypes diffie-hellman-group-exchange-sha256"
 kextypes="$kextypes diffie-hellman-group-exchange-sha1"
 kextypes="$kextypes diffie-hellman-group14-sha1"
 kextypes="$kextypes diffie-hellman-group1-sha1"