diff --git a/session.h b/session.h
index e8409b4f884af7e9137d69a0b74ed4a8812d642b..debebabe9ea5711b7b879e9bb8610da4f3cd6982 100644
--- a/session.h
+++ b/session.h
@@ -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 */