summaryrefslogtreecommitdiffhomepage
path: root/kex.h
diff options
context:
space:
mode:
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 92b6c42..448ad1b 100644
--- a/kex.h
+++ b/kex.h
@@ -42,11 +42,6 @@ void recv_msg_kexdh_init(); /* server */
void send_msg_kexdh_init(); /* client */
void recv_msg_kexdh_reply(); /* client */
-extern const unsigned char dh_p_val[];
-#define DH_P_LEN 128 /* The length of the dh_p_val array */
-
-extern const int DH_G_VAL; /* == 2 */
-
struct KEXState {
unsigned sentkexinit : 1; /*set when we've sent/recv kexinit packet */