diff options
-rw-r--r-- | session.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -293,10 +293,9 @@ struct clientsession { int interact_request_received; /* flag whether we've received an info request from the server for interactive auth.*/ - +#endif int cipher_none_after_auth; /* Set to 1 if the user requested "none" auth */ -#endif sign_key *lastprivkey; int retval; /* What the command exit status was - we emulate it */ |