Remove unused files

This commit is contained in:
Bolke de Bruin 2020-07-13 13:09:48 +02:00
parent 39f501fd59
commit f5e39854a5
2 changed files with 0 additions and 16 deletions

13
ntlm.go
View file

@ -1,13 +0,0 @@
package main
type NtlmChallenge struct {
Signature [8]byte
MsgType uint32
TargetNameLen uint16
TargetNameMaxLen uint16
TargetNameBufferOffset uint32
NegotiateFlags [4]byte
ServerChallenge [8]byte
Reserved [8]byte
TargetInfoBytes [8]byte
}

View file

@ -1,3 +0,0 @@
package main