SSH-1 cleanup and compile

Not tested, probably not working correctly yet
This commit is contained in:
Aris Adamantiadis
2010-01-10 21:05:46 +01:00
parent 0c47227144
commit 94d1112c55
3 changed files with 23 additions and 99 deletions

View File

@@ -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_ */