Marten Seemann 6 years ago
committed by Kris Kwiatkowski
parent
commit
e7a33a2dc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      handshake_messages_test.go

+ 1
- 1
handshake_messages_test.go View File

@@ -205,7 +205,7 @@ func (*serverHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {
numSCTs := rand.Intn(4)
m.scts = make([][]byte, numSCTs)
for i := range m.scts {
m.scts[i] = randomBytes(rand.Intn(500), rand)
m.scts[i] = randomBytes(rand.Intn(500)+1, rand)
}
}



Loading…
Cancel
Save