The unified diff between revisions [63530dac..] and [e99d4659..] 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 [8aff64a09902642525da7bb53987414c8eb5c799] # to [4aedb4c80abfbc1df32da43a4903b34e8cddc56a] # ============================================================ --- kex.h 8aff64a09902642525da7bb53987414c8eb5c799 +++ kex.h 4aedb4c80abfbc1df32da43a4903b34e8cddc56a @@ -37,10 +37,10 @@ void kexdh_comb_key(mp_int *dh_pub_us, m void kexdh_comb_key(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them, sign_key *hostkey); -void recv_msg_kexdh_init(); // server +void recv_msg_kexdh_init(); /* server */ -void send_msg_kexdh_init(); // client -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 */