From 94d1112c55eb03597e1cf2f6ba0c24e20764e947 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 10 Jan 2010 21:05:46 +0100 Subject: SSH-1 cleanup and compile Not tested, probably not working correctly yet --- include/libssh/auth.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libssh/auth.h b/include/libssh/auth.h index f78a3f2b..276c6670 100644 --- a/include/libssh/auth.h +++ b/include/libssh/auth.h @@ -62,7 +62,9 @@ enum ssh_auth_service_state_e { /** Service accepted */ SSH_AUTH_SERVICE_ACCEPTED, /** Access to service denied (fatal) */ - SSH_AUTH_SERVICE_DENIED + SSH_AUTH_SERVICE_DENIED, + /** Specific to SSH1 */ + SSH_AUTH_SERVICE_USER_SENT }; #endif /* AUTH_H_ */ -- cgit v1.2.3