Mercurial > dropbear
diff libtomcrypt/src/headers/tomcrypt_custom.h @ 759:76fba0856749 ecc
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
ses.hash and ses.session_id are now buffers (doesn't compile)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 00:28:09 +0800 |
parents | bf9dc2d9c2b1 |
children | ac2158e3e403 |
line wrap: on
line diff
--- a/libtomcrypt/src/headers/tomcrypt_custom.h Fri Mar 29 00:26:46 2013 +0800 +++ b/libtomcrypt/src/headers/tomcrypt_custom.h Fri Mar 29 00:28:09 2013 +0800 @@ -127,7 +127,9 @@ #ifdef DROPBEAR_SHA256 #define SHA256 #endif - +#ifdef DROPBEAR_SHA384 +#define SHA384 +#endif #ifdef DROPBEAR_SHA512 #define SHA512 #endif