Skip to content
Snippets Groups Projects
Commit c04cc62e authored by Matt Johnston's avatar Matt Johnston
Browse files

- Allow building with neither server nor client specified

--HG--
extra : convert_revision : d9a8b717bf65021efa4c61c34faf24d050d95da4
parent 8158e952
Branches
Tags
No related merge requests found
...@@ -202,5 +202,8 @@ ...@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment