remove unneeded TagVER from SCFG

This commit is contained in:
Lucas Clemente
2016-08-01 18:38:57 +02:00
parent af3f69c0f1
commit eb8dc31930
2 changed files with 1 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ func (s *ServerConfig) Get() []byte {
TagPUBS: append([]byte{0x20, 0x00, 0x00}, s.kex.PublicKey()...),
TagOBIT: {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7},
TagEXPY: {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
TagVER: []byte("Q032"),
})
return serverConfig.Bytes()
}