From c066139c3a40b77ec96f898988a8fbb5549cf03e Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Mon, 28 Dec 2020 22:59:03 -0500 Subject: [PATCH] Now need a dropbear config #define to use the built-in libtom. --- dropbear/localoptions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dropbear/localoptions.h b/dropbear/localoptions.h index 3df9b32..d7f61d5 100644 --- a/dropbear/localoptions.h +++ b/dropbear/localoptions.h @@ -299,3 +299,5 @@ be overridden at runtime with -I. 0 disables idle timeouts */ #define DEFAULT_PATH "/sbin:/system/sbin:/system/bin:/system/xbin" #define DROPBEAR_SVR_MULTIUSER 0 + +#define BUNDLED_LIBTOM 1