Move auth method detection into script-land, to make it easier to change.

This commit is contained in:
Vlad Grigorescu 2014-08-28 18:23:30 -04:00
parent 2698fcea8e
commit 0a50688afc
4 changed files with 24 additions and 28 deletions

View file

@ -44,7 +44,6 @@ protected:
void ProcessEncrypted(int len, bool orig);
int AuthResult(int len, bool orig);
const char* AuthMethod(int len, bool orig);
bool had_gap;