changeset 521:cc2dff9bd671

- Allow building with neither server nor client specified
author Matt Johnston <matt@ucc.asn.au>
date Tue, 18 Nov 2008 12:53:39 +0000
parents 5e344cdfbae2
children 8cc0598b0b9a 378a6389f88e
files sysoptions.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sysoptions.h	Tue Nov 18 12:53:02 2008 +0000
+++ b/sysoptions.h	Tue Nov 18 12:53:39 2008 +0000
@@ -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