Mercurial > dropbear
diff sysoptions.h @ 756:bf9dc2d9c2b1 ecc
more bits on ecc branch
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 27 Mar 2013 00:38:03 +0800 |
parents | b07eb3dc23ec |
children | 76fba0856749 |
line wrap: on
line diff
--- a/sysoptions.h Tue Mar 26 01:35:22 2013 +0800 +++ b/sysoptions.h Wed Mar 27 00:38:03 2013 +0800 @@ -93,6 +93,13 @@ #define DROPBEAR_ECC #endif + +#ifdef DROPBEAR_ECC +#define DROPBEAR_ECC_256 +#define DROPBEAR_ECC_384 +#define DROPBEAR_ECC_521 +#endif + // roughly 2x 521 bits #define MAX_ECC_SIZE 140