drop obsolete definition for MAX_KEXHASHBUF (#65)

The last code to make use of MAX_KEXHASHBUF was removed in 2005:

  736f370dce

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
This commit is contained in:
Andre McCurdy 2019-03-20 08:01:41 -07:00 committed by Matt Johnston
parent 0afcfafbb9
commit 493ab8fd81

3
kex.h
View File

@ -106,7 +106,4 @@ struct kex_curve25519_param {
int curve25519_donna(unsigned char *out, const unsigned char *secret, const unsigned char *other); int curve25519_donna(unsigned char *out, const unsigned char *secret, const unsigned char *other);
#endif #endif
#define MAX_KEXHASHBUF 2000
#endif /* DROPBEAR_KEX_H_ */ #endif /* DROPBEAR_KEX_H_ */