comparison sysoptions.h @ 838:4365e12c68e6 ecc

A few small fixes for ECC compilation
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Oct 2013 22:46:12 +0800
parents 4095b6d7c9fc
children f4bb964c8678
comparison
equal deleted inserted replaced
837:fdf51d3f26e1 838:4365e12c68e6
88 #define MAX_MAC_LEN 20 88 #define MAX_MAC_LEN 20
89 #endif 89 #endif
90 90
91 #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA) 91 #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA)
92 #define DROPBEAR_ECC 92 #define DROPBEAR_ECC
93 /* Debian doesn't define this in system headers */
94 #define LTM_DESC
93 #endif 95 #endif
94 96
95 #ifdef DROPBEAR_ECC 97 #ifdef DROPBEAR_ECC
96 #define DROPBEAR_ECC_256 98 #define DROPBEAR_ECC_256
97 #define DROPBEAR_ECC_384 99 #define DROPBEAR_ECC_384