rename Authenticate/Challenge/Negotiate to *Message

This commit is contained in:
Conor Hunt
2013-07-23 15:35:16 -05:00
parent af256c1a87
commit 6783d408ba
6 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
package ntlm
type Negotiate struct {
type NegotiateMessage struct {
// All bytes of the message
Bytes []byte