diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-12-02 22:15:17 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-12-02 22:15:17 +0800 |
commit | 4f6f651b7d20f4a9cc8a5a19ef7b3de45534bbe2 (patch) | |
tree | fac2bd6069f289d16a3fa3737bf3624a59ac9667 /sysoptions.h | |
parent | 68c7667a2068ec4a932e7fa47dadd5d01af94608 (diff) |
Only define LTM_DESC if it isn't already
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h index 7cf3784..8f90669 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -92,8 +92,10 @@ #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA) #define DROPBEAR_ECC /* Debian doesn't define this in system headers */ +#ifndef LTM_DESC #define LTM_DESC #endif +#endif #ifdef DROPBEAR_ECC #define DROPBEAR_ECC_256 |