Make sure we treat records written after HRR as TLSv1.3
[oweals/openssl.git] / test / tls13secretstest.c
index 1c47e4175c67aa767b9799225c58ce2acb2974bf..16542c4481e7ec505d920e22243bc93d068e5303 100644 (file)
@@ -207,6 +207,11 @@ const EVP_MD *ssl_md(int idx)
     return EVP_sha256();
 }
 
+void ossl_statem_fatal(SSL *s, int al, int func, int reason, const char *file,
+                           int line)
+{
+}
+
 /* End of mocked out code */
 
 static int test_secret(SSL *s, unsigned char *prk,