Mercurial > dropbear
comparison common-kex.c @ 1156:a8f4dade70e5
avoid getpass when not used
some systems (like android's bionic) do not provide getpass. you can
disable ENABLE_CLI_PASSWORD_AUTH & ENABLE_CLI_INTERACT_AUTH to avoid
its use (and rely on pubkey auth), but the link still fails because
the support file calls getpass. do not define this func if both of
those auth methods are not used.
author | Mike Frysinger <vapier@gentoo.org> |
---|---|
date | Wed, 21 Oct 2015 22:39:55 +0800 |
parents | a9e074b78cd5 |
children | 1b8afc698e39 |
comparison
equal
deleted
inserted
replaced
1155:80b45616e1f3 | 1156:a8f4dade70e5 |
---|