Only define LTM_DESC if it isn't already

This commit is contained in:
Matt Johnston 2013-12-02 22:15:17 +08:00
parent 68c7667a20
commit 4f6f651b7d

View File

@ -92,8 +92,10 @@
#if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA) #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA)
#define DROPBEAR_ECC #define DROPBEAR_ECC
/* Debian doesn't define this in system headers */ /* Debian doesn't define this in system headers */
#ifndef LTM_DESC
#define LTM_DESC #define LTM_DESC
#endif #endif
#endif
#ifdef DROPBEAR_ECC #ifdef DROPBEAR_ECC
#define DROPBEAR_ECC_256 #define DROPBEAR_ECC_256