diff --git a/ntlm/ntlm.go b/ntlm/ntlm.go index 1bc014a..03d9da3 100644 --- a/ntlm/ntlm.go +++ b/ntlm/ntlm.go @@ -75,7 +75,7 @@ type ServerSession interface { GetUserInfo() (string, string, string) SetMode(mode Mode) - SetServerChallenge(challege []byte) + SetServerChallenge(challenge []byte) ProcessNegotiateMessage(*NegotiateMessage) error GenerateChallengeMessage() (*ChallengeMessage, error)