diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:40:23 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:40:23 +0800 |
commit | 4b021ae6f0b957eeab8bb6c6f20f20173c5e29f2 (patch) | |
tree | a258baa98812f93fd9cd53f2d0445ff40ad03abd /session.h | |
parent | a36f182b369aab5b387dd75c1983d76d4fb28d10 (diff) |
Remove none cipher
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -295,8 +295,6 @@ struct clientsession { info request from the server for interactive auth.*/ #endif - int cipher_none_after_auth; /* Set to 1 if the user requested "none" - auth */ sign_key *lastprivkey; int retval; /* What the command exit status was - we emulate it */ |