diff sysoptions.h @ 595:2895626d864f

Add diffie-hellman-group14-sha1 KEX method
author Matt Johnston <matt@ucc.asn.au>
date Thu, 24 Feb 2011 12:42:42 +0000
parents cf376c696dfc
children 7ec26a5b92e7
line wrap: on
line diff
--- a/sysoptions.h	Wed Feb 23 15:50:30 2011 +0000
+++ b/sysoptions.h	Thu Feb 24 12:42:42 2011 +0000
@@ -60,6 +60,7 @@
 
 /* various algorithm identifiers */
 #define DROPBEAR_KEX_DH_GROUP1 0
+#define DROPBEAR_KEX_DH_GROUP14 1
 
 #define DROPBEAR_SIGNKEY_ANY 0
 #define DROPBEAR_SIGNKEY_RSA 1