From 4f6f651b7d20f4a9cc8a5a19ef7b3de45534bbe2 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Mon, 2 Dec 2013 22:15:17 +0800
Subject: [PATCH] Only define LTM_DESC if it isn't already

---
 sysoptions.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysoptions.h b/sysoptions.h
index 7cf3784c..8f906696 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
-- 
GitLab