comparison 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
comparison
equal deleted inserted replaced
1680:5e763ad6e2e0 1681:435cfb9ec96e
565 565
566 566
567 void load_all_hostkeys() { 567 void load_all_hostkeys() {
568 int i; 568 int i;
569 int any_keys = 0; 569 int any_keys = 0;
570 #ifdef DROPBEAR_ECDSA 570 #if DROPBEAR_ECDSA
571 int loaded_any_ecdsa = 0; 571 int loaded_any_ecdsa = 0;
572 #endif 572 #endif
573 573
574 svr_opts.hostkey = new_sign_key(); 574 svr_opts.hostkey = new_sign_key();
575 575