comparison cli-runopts.c @ 1411:798854f62430 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Jun 2017 23:31:42 +0800
parents e8f67918fdc9
children f7a53832501d
comparison
equal deleted inserted replaced
1408:27e65d3aed5f 1411:798854f62430
104 104
105 } 105 }
106 106
107 void cli_getopts(int argc, char ** argv) { 107 void cli_getopts(int argc, char ** argv) {
108 unsigned int i, j; 108 unsigned int i, j;
109 char ** next = 0; 109 char ** next = NULL;
110 enum { 110 enum {
111 OPT_EXTENDED_OPTIONS, 111 OPT_EXTENDED_OPTIONS,
112 #if DROPBEAR_CLI_PUBKEY_AUTH 112 #if DROPBEAR_CLI_PUBKEY_AUTH
113 OPT_AUTHKEY, 113 OPT_AUTHKEY,
114 #endif 114 #endif