summaryrefslogtreecommitdiff
path: root/svr-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-24 14:16:58 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-24 14:16:58 +0800
commit7871273feb1a2e76857ddcc80b1fe7e7081b60b1 (patch)
tree092ae0172714b15d062ed9c47a1ae913321a0c96 /svr-runopts.c
parent71a3cec2995291047445255e3159a7867f05f947 (diff)
downloaddropbear-7871273feb1a2e76857ddcc80b1fe7e7081b60b1.tar.gz
send and handle SSH_MSG_EXT_INFO only at the correct point
- other fixes for rsa pubkey auth - only include ext-info handling when rsa pubkey auth is compiled
Diffstat (limited to 'svr-runopts.c')
-rw-r--r--svr-runopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c
index 770f70a..2c905dd 100644
--- a/svr-runopts.c
+++ b/svr-runopts.c
@@ -567,7 +567,7 @@ static void addhostkey(const char *keyfile) {
void load_all_hostkeys() {
int i;
int any_keys = 0;
-#ifdef DROPBEAR_ECDSA
+#if DROPBEAR_ECDSA
int loaded_any_ecdsa = 0;
#endif