diff options
-rw-r--r-- | myproposal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h index 71f90ee5e..5daca533b 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.26 2010/08/31 11:54:45 djm Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.27 2010/09/01 22:42:13 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -42,9 +42,9 @@ | |||
42 | "ssh-dss" | 42 | "ssh-dss" |
43 | #else | 43 | #else |
44 | # define KEX_DEFAULT_KEX \ | 44 | # define KEX_DEFAULT_KEX \ |
45 | "ecdh-sha2-nistp521," \ | ||
46 | "ecdh-sha2-nistp256," \ | 45 | "ecdh-sha2-nistp256," \ |
47 | "ecdh-sha2-nistp384," \ | 46 | "ecdh-sha2-nistp384," \ |
47 | "ecdh-sha2-nistp521," \ | ||
48 | "diffie-hellman-group-exchange-sha256," \ | 48 | "diffie-hellman-group-exchange-sha256," \ |
49 | "diffie-hellman-group-exchange-sha1," \ | 49 | "diffie-hellman-group-exchange-sha1," \ |
50 | "diffie-hellman-group14-sha1," \ | 50 | "diffie-hellman-group14-sha1," \ |