From c04cc62ebf00f170f0713a4beb845a842b5f0bf1 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Tue, 18 Nov 2008 12:53:39 +0000
Subject: [PATCH] - Allow building with neither server nor client specified

--HG--
extra : convert_revision : d9a8b717bf65021efa4c61c34faf24d050d95da4
---
 sysoptions.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sysoptions.h b/sysoptions.h
index c98e1ec5..2de11840 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -202,5 +202,8 @@
 #define IS_DROPBEAR_CLIENT 1
 
 #else
-#error You must compiled with either DROPBEAR_CLIENT or DROPBEAR_SERVER selected
+/* Just building key utils? */
+#define IS_DROPBEAR_SERVER 0
+#define IS_DROPBEAR_CLIENT 0
+
 #endif
-- 
GitLab