diff svr-runopts.c @ 1681:435cfb9ec96e

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
author Matt Johnston <matt@ucc.asn.au>
date Sun, 24 May 2020 14:16:58 +0800
parents 4b4cfc92c5b7
children 5120e22882de
line wrap: on
line diff
--- a/svr-runopts.c	Sun May 24 13:34:19 2020 +0800
+++ b/svr-runopts.c	Sun May 24 14:16:58 2020 +0800
@@ -567,7 +567,7 @@
 void load_all_hostkeys() {
 	int i;
 	int any_keys = 0;
-#ifdef DROPBEAR_ECDSA
+#if DROPBEAR_ECDSA
 	int loaded_any_ecdsa = 0;
 #endif