=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/myproposal.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/ssh/myproposal.h 2010/08/31 11:54:45 1.26 +++ src/usr.bin/ssh/myproposal.h 2010/09/01 22:42:13 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: myproposal.h,v 1.26 2010/08/31 11:54:45 djm Exp $ */ +/* $OpenBSD: myproposal.h,v 1.27 2010/09/01 22:42:13 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,9 +25,9 @@ */ #define KEX_DEFAULT_KEX \ - "ecdh-sha2-nistp521," \ "ecdh-sha2-nistp256," \ "ecdh-sha2-nistp384," \ + "ecdh-sha2-nistp521," \ "diffie-hellman-group-exchange-sha256," \ "diffie-hellman-group-exchange-sha1," \ "diffie-hellman-group14-sha1," \