Skip to content
Snippets Groups Projects
Commit 5f97d0fb authored by Mike Frysinger's avatar Mike Frysinger
Browse files

fix build when ENABLE_CLI_INTERACT_AUTH is disabled

The session.h defines clientsession.cipher_none_after_auth only when
ENABLE_CLI_INTERACT_AUTH is defined, but cli-session.c will always
try to set that member.  export cipher_none_after_auth all the time.
parent dc01a8ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment