comparison cli-session.c @ 215:aad4b3f58556

rename PubkeyList to SignKeyList for clarity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 11:32:09 +0000
parents 2c5741e4b855
children ca7e76d981d9 efbaf6b03837
comparison
equal deleted inserted replaced
214:5a75f8a21503 215:aad4b3f58556
124 124
125 cli_ses.retval = EXIT_SUCCESS; /* Assume it's clean if we don't get a 125 cli_ses.retval = EXIT_SUCCESS; /* Assume it's clean if we don't get a
126 specific exit status */ 126 specific exit status */
127 127
128 /* Auth */ 128 /* Auth */
129 cli_ses.lastpubkey = NULL; 129 cli_ses.lastprivkey = NULL;
130 cli_ses.lastauthtype = 0; 130 cli_ses.lastauthtype = 0;
131 131
132 /* For printing "remote host closed" for the user */ 132 /* For printing "remote host closed" for the user */
133 ses.remoteclosed = cli_remoteclosed; 133 ses.remoteclosed = cli_remoteclosed;
134 ses.buf_match_algo = cli_buf_match_algo; 134 ses.buf_match_algo = cli_buf_match_algo;