aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssltestlib.h')
-rw-r--r--test/ssltestlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ssltestlib.h b/test/ssltestlib.h
index f05878aaa5..f0f32c8301 100644
--- a/test/ssltestlib.h
+++ b/test/ssltestlib.h
@@ -18,4 +18,8 @@ int create_ssl_ctx_pair(const SSL_METHOD *sm, const SSL_METHOD *cm,
int create_ssl_connection(SSL_CTX *serverctx, SSL_CTX *clientctx, SSL **sssl,
SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
+/* Note: Not thread safe! */
+const BIO_METHOD *bio_f_tls_dump_filter(void);
+void bio_f_tls_dump_filter_free(void);
+
#endif /* HEADER_SSLTESTLIB_H */