summaryrefslogtreecommitdiffstats
path: root/test/tls13secretstest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-08 23:20:31 +0000
committerMatt Caswell <matt@openssl.org>2016-11-23 15:31:21 +0000
commit0d9824c1712b6cacd9b0ecfba26fb66ae4badfb4 (patch)
tree1a85d63a7527e480783cb6ce46cf69a5b63c6099 /test/tls13secretstest.c
parent9362c93ebc5b14bf18e82cdebf380ccc52f3d92f (diff)
Implement tls13_change_cipher_state()
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/tls13secretstest.c')
-rw-r--r--test/tls13secretstest.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tls13secretstest.c b/test/tls13secretstest.c
index 6b6c9bc946..ceafd3d824 100644
--- a/test/tls13secretstest.c
+++ b/test/tls13secretstest.c
@@ -162,6 +162,14 @@ const EVP_MD *ssl_handshake_md(SSL *s)
return EVP_sha256();
}
+void RECORD_LAYER_reset_read_sequence(RECORD_LAYER *rl)
+{
+}
+
+void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl)
+{
+}
+
/* End of mocked out code */
static int test_secret(SSL *s, unsigned char *prk,