From 95a21c8fd796c570e8660db983b3032af96ec5cb Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 3 May 2013 23:07:48 +0800 Subject: ecdsa is working --HG-- branch : ecc --- sysoptions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysoptions.h') diff --git a/sysoptions.h b/sysoptions.h index 0619cf1..d2ef0ab 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -141,6 +141,8 @@ /* For a 4096 bit DSS key, empirically determined */ #define MAX_PRIVKEY_SIZE 1700 +#define MAX_HOSTKEYS 3 + /* The maximum size of the bignum portion of the kexhash buffer */ /* Sect. 8 of the transport rfc 4253, K_S + e + f + K */ #define KEXHASHBUF_MAX_INTS (1700 + 130 + 130 + 130) -- cgit v1.2.3