aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-10 21:05:46 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-10 21:05:46 +0100
commit94d1112c55eb03597e1cf2f6ba0c24e20764e947 (patch)
treefcd9bcaeb3d2d9c1a49076d88852b37c84fe7a75 /include
parent0c47227144f55d1e32763c1a0d0819adae434e22 (diff)
downloadlibssh-94d1112c55eb03597e1cf2f6ba0c24e20764e947.tar.gz
libssh-94d1112c55eb03597e1cf2f6ba0c24e20764e947.tar.xz
libssh-94d1112c55eb03597e1cf2f6ba0c24e20764e947.zip
SSH-1 cleanup and compile
Not tested, probably not working correctly yet
Diffstat (limited to 'include')
-rw-r--r--include/libssh/auth.h4
1 files changed, 3 insertions, 1 deletions
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_ */