From 280519af29dee4ca249897504cb2efa83abb8a26 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Aug 2018 09:22:13 +0200 Subject: auth: Also log the current auth method Signed-off-by: Andreas Schneider --- include/libssh/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index 325f6a37..6cb79628 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -136,6 +136,7 @@ struct ssh_session_struct { enum ssh_auth_service_state_e service_state; enum ssh_auth_state_e state; uint32_t supported_methods; + uint32_t current_method; } auth; /* -- cgit v1.2.3