diff 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
line wrap: on
line diff
--- a/sysoptions.h	Sun Oct 20 21:07:05 2013 +0800
+++ b/sysoptions.h	Mon Oct 21 22:46:12 2013 +0800
@@ -90,6 +90,8 @@
 
 #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA)
 #define DROPBEAR_ECC
+/* Debian doesn't define this in system headers */
+#define LTM_DESC
 #endif
 
 #ifdef DROPBEAR_ECC