Mercurial > dropbear
diff kex.h @ 1256:506f7681d0f8 coverity
merge up to date
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 15 Mar 2016 22:45:43 +0800 |
parents | 82e2037d34ea |
children | 9169e4e7cbee |
line wrap: on
line diff
--- a/kex.h Tue Dec 15 22:24:34 2015 +0800 +++ b/kex.h Tue Mar 15 22:45:43 2016 +0800 @@ -83,11 +83,6 @@ }; -#define DH_P_1_LEN 128 -extern const unsigned char dh_p_1[DH_P_1_LEN]; -#define DH_P_14_LEN 256 -extern const unsigned char dh_p_14[DH_P_14_LEN]; - struct kex_dh_param { mp_int pub; /* e */ mp_int priv; /* x */