diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2019-03-20 08:01:41 -0700 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-03-20 23:01:41 +0800 |
commit | 493ab8fd813b71903d51ea81f903770c6c3efa7d (patch) | |
tree | 972555e470defa3440aab6691cc8c58f8803159b | |
parent | 0afcfafbb993c856db65e033569539f66491cc1b (diff) |
drop obsolete definition for MAX_KEXHASHBUF (#65)
The last code to make use of MAX_KEXHASHBUF was removed in 2005:
https://github.com/mkj/dropbear/commit/736f370dce614b717193f45d084e9e009de723ce
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
-rw-r--r-- | kex.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -106,7 +106,4 @@ struct kex_curve25519_param { int curve25519_donna(unsigned char *out, const unsigned char *secret, const unsigned char *other); #endif - -#define MAX_KEXHASHBUF 2000 - #endif /* DROPBEAR_KEX_H_ */ |