mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
- Allow building with neither server nor client specified
--HG-- extra : convert_revision : d9a8b717bf65021efa4c61c34faf24d050d95da4
This commit is contained in:
parent
8158e952b9
commit
c04cc62ebf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user