rename GetCertCompressed to GetCertsCompressed

This commit is contained in:
Lucas Clemente
2016-05-11 11:41:44 +02:00
parent 20655bac5a
commit 7c1e1cde56
6 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ func (s *mockSigner) SignServerProof(sni string, chlo []byte, serverConfigData [
}
return []byte("proof"), nil
}
func (*mockSigner) GetCertCompressed(sni string) ([]byte, error) {
func (*mockSigner) GetCertsCompressed(sni string) ([]byte, error) {
return []byte("certcompressed"), nil
}
func (*mockSigner) GetLeafCert(sni string) ([]byte, error) {