From 63c3f0e7368c7286a960c65422513850ce192124 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 23 Dec 2012 23:09:50 +0100 Subject: Implement key re-exchange --- include/libssh/session.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index 4bb0753b..97ff475d 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -66,6 +66,9 @@ enum ssh_pending_call_e { /* libssh calls may block an undefined amount of time */ #define SSH_SESSION_FLAG_BLOCKING 1 +/* Client successfully authenticated */ +#define SSH_SESSION_FLAG_AUTHENTICATED 2 + /* codes to use with ssh_handle_packets*() */ #define SSH_TIMEOUT_INFINITE -1 #define SSH_TIMEOUT_USER -2 -- cgit v1.2.3