Skip to content
Snippets Groups Projects
Commit 4f6f651b authored by Matt Johnston's avatar Matt Johnston
Browse files

Only define LTM_DESC if it isn't already

parent 68c7667a
Branches
No related merge requests found
...@@ -92,8 +92,10 @@ ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment