comparison svr-runopts.c @ 1563:1cbb7b3d6703

Merge fuzzing branch
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:12:05 +0800
parents 61a793b6e471
children 0dc3103a5900
comparison
equal deleted inserted replaced
1560:f5026f7486de 1563:1cbb7b3d6703
521 } 521 }
522 svr_opts.hostkey_files[svr_opts.num_hostkey_files] = m_strdup(keyfile); 522 svr_opts.hostkey_files[svr_opts.num_hostkey_files] = m_strdup(keyfile);
523 svr_opts.num_hostkey_files++; 523 svr_opts.num_hostkey_files++;
524 } 524 }
525 525
526
526 void load_all_hostkeys() { 527 void load_all_hostkeys() {
527 int i; 528 int i;
528 int disable_unset_keys = 1; 529 int disable_unset_keys = 1;
529 int any_keys = 0; 530 int any_keys = 0;
530 531