Fixes for no-tls1_2 and no-tls1_2-method
[oweals/openssl.git] / test / tls13secretstest.c
index 1c47e4175c67aa767b9799225c58ce2acb2974bf..f08b5d372238b620c615746caed0be6f08f75651 100644 (file)
@@ -207,6 +207,16 @@ 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)
+{
+}
+
+int ossl_statem_export_allowed(SSL *s)
+{
+    return 1;
+}
+
 /* End of mocked out code */
 
 static int test_secret(SSL *s, unsigned char *prk,