The unified diff between revisions [fdd44441..] and [1d86a4f0..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'kex.h'
#
#
# patch "kex.h"
# from [4aedb4c80abfbc1df32da43a4903b34e8cddc56a]
# to [596a833742cc5ab88d3930e46214f19e129347f2]
#
============================================================
--- kex.h 4aedb4c80abfbc1df32da43a4903b34e8cddc56a
+++ kex.h 596a833742cc5ab88d3930e46214f19e129347f2
@@ -42,11 +42,6 @@ void recv_msg_kexdh_reply(); /* client *
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 */