mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Only define LTM_DESC if it isn't already
This commit is contained in:
parent
68c7667a20
commit
4f6f651b7d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user