diff --git a/sysoptions.h b/sysoptions.h index c98e1ec..2de1184 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