- Allow building with neither server nor client specified

--HG--
extra : convert_revision : d9a8b717bf65021efa4c61c34faf24d050d95da4
This commit is contained in:
Matt Johnston 2008-11-18 12:53:39 +00:00
parent 8158e952b9
commit c04cc62ebf

View File

@ -202,5 +202,8 @@
#define IS_DROPBEAR_CLIENT 1 #define IS_DROPBEAR_CLIENT 1
#else #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 #endif