comparison session.h @ 1477:533e070b3126

Remove none cipher
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:40:23 +0800
parents 750ec4ec4cbe
children 0c16b4ccbd54
comparison
equal deleted inserted replaced
1476:8305ebe45940 1477:533e070b3126
293 be used */ 293 be used */
294 int interact_request_received; /* flag whether we've received an 294 int interact_request_received; /* flag whether we've received an
295 info request from the server for 295 info request from the server for
296 interactive auth.*/ 296 interactive auth.*/
297 #endif 297 #endif
298 int cipher_none_after_auth; /* Set to 1 if the user requested "none"
299 auth */
300 sign_key *lastprivkey; 298 sign_key *lastprivkey;
301 299
302 int retval; /* What the command exit status was - we emulate it */ 300 int retval; /* What the command exit status was - we emulate it */
303 #if 0 301 #if 0
304 TODO 302 TODO