1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-14 02:59:05 +00:00

Now need a dropbear config #define to use the built-in libtom.

This commit is contained in:
Greg Alexander 2020-12-28 22:59:03 -05:00
parent fb7eab1fe9
commit c066139c3a

View File

@ -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