mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-07-22 18:45:56 +02:00
Remove unused files
This commit is contained in:
parent
39f501fd59
commit
f5e39854a5
2 changed files with 0 additions and 16 deletions
13
ntlm.go
13
ntlm.go
|
@ -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
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue