Browse Source

Remove inappropriate comment

Rod Hynes 4 years ago
parent
commit
26bf1bfcd8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      psiphon/upstreamproxy/go-ntlm/ntlm/ntlmv2.go

+ 0 - 1
psiphon/upstreamproxy/go-ntlm/ntlm/ntlmv2.go

@@ -88,7 +88,6 @@ func (n *V2Session) Sign(message []byte) ([]byte, error) {
 	return nil, nil
 }
 
-//Mildly ghetto that we expose this
 func NtlmVCommonMac(message []byte, sequenceNumber int, sealingKey, signingKey []byte, NegotiateFlags uint32) []byte {
 	var handle *rc4P.Cipher
 	// TODO: Need to keep track of the sequence number for connection oriented NTLM