diff kex.h @ 227:ad1b24e39bf3

Make a variables static - Patch from Andreas Mohr
author Matt Johnston <matt@ucc.asn.au>
date Wed, 24 Aug 2005 16:43:29 +0000
parents 161557a9dde8
children 7e43f5e473b9
line wrap: on
line diff
--- a/kex.h	Fri Jul 29 05:37:20 2005 +0000
+++ b/kex.h	Wed Aug 24 16:43:29 2005 +0000
@@ -42,11 +42,6 @@
 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 */