summaryrefslogtreecommitdiff
path: root/ssl/test/runner/cipher_suites.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/test/runner/cipher_suites.go')
-rw-r--r--ssl/test/runner/cipher_suites.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/test/runner/cipher_suites.go b/ssl/test/runner/cipher_suites.go
index 5a3ac80..62b8100 100644
--- a/ssl/test/runner/cipher_suites.go
+++ b/ssl/test/runner/cipher_suites.go
@@ -289,7 +289,7 @@ func (s tls10MAC) MAC(digestBuf, seq, header, length, data []byte) []byte {
}
func rsaKA(version uint16) keyAgreement {
- return rsaKeyAgreement{}
+ return &rsaKeyAgreement{version: version}
}
func ecdheECDSAKA(version uint16) keyAgreement {