summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-01-14 21:54:58 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-01-14 21:54:58 +0800
commit7c5b988d5a4eec9e64bfdb5283733cb6b2926d33 (patch)
tree59b5fa9335280e408cc77657fd2475d1637e74c5 /kex.h
parent063ba90c7d5d93e4ff7b4f5038bf4091fd3e3e7f (diff)
downloaddropbear-7c5b988d5a4eec9e64bfdb5283733cb6b2926d33.tar.gz
Move dh group constants to a separate file
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kex.h b/kex.h
index 4cee8e3..126c19e 100644
--- a/kex.h
+++ b/kex.h
@@ -83,11 +83,6 @@ struct KEXState {
};
-#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 */