summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-09 23:40:23 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-09 23:40:23 +0800
commit4b021ae6f0b957eeab8bb6c6f20f20173c5e29f2 (patch)
treea258baa98812f93fd9cd53f2d0445ff40ad03abd /session.h
parenta36f182b369aab5b387dd75c1983d76d4fb28d10 (diff)
Remove none cipher
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/session.h b/session.h
index 5d9e2ab..9a78ddb 100644
--- a/session.h
+++ b/session.h
@@ -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 */