From 73e22c115c7aa5604c6a2135a5d2c1bc38161cb1 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Tue, 26 Mar 2013 01:35:22 +0800 Subject: refactor kexdh code a bit, start working on ecdh etc --HG-- branch : ecc --- libtomcrypt/src/headers/tomcrypt_custom.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libtomcrypt/src') diff --git a/libtomcrypt/src/headers/tomcrypt_custom.h b/libtomcrypt/src/headers/tomcrypt_custom.h index acc149a..1304ce7 100644 --- a/libtomcrypt/src/headers/tomcrypt_custom.h +++ b/libtomcrypt/src/headers/tomcrypt_custom.h @@ -134,6 +134,13 @@ #define LTC_HMAC +#ifdef DROPBEAR_ECDH +#define MECC +#define ECC256 +#define ECC384 +#define ECC521 +#endif + /* Various tidbits of modern neatoness */ #define BASE64 -- cgit v1.2.3