Mercurial > dropbear
comparison sysoptions.h @ 869:c63e7644db60
Only define LTM_DESC if it isn't already
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 02 Dec 2013 22:15:17 +0800 |
parents | e894dbc015ba |
children | 3d1d7d151c0c |
comparison
equal
deleted
inserted
replaced
868:463e2b70be14 | 869:c63e7644db60 |
---|---|
90 #endif | 90 #endif |
91 | 91 |
92 #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA) | 92 #if defined(DROPBEAR_ECDH) || defined (DROPBEAR_ECDSA) |
93 #define DROPBEAR_ECC | 93 #define DROPBEAR_ECC |
94 /* Debian doesn't define this in system headers */ | 94 /* Debian doesn't define this in system headers */ |
95 #ifndef LTM_DESC | |
95 #define LTM_DESC | 96 #define LTM_DESC |
97 #endif | |
96 #endif | 98 #endif |
97 | 99 |
98 #ifdef DROPBEAR_ECC | 100 #ifdef DROPBEAR_ECC |
99 #define DROPBEAR_ECC_256 | 101 #define DROPBEAR_ECC_256 |
100 #define DROPBEAR_ECC_384 | 102 #define DROPBEAR_ECC_384 |