summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_utst.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_utst.c')
-rw-r--r--ssl/ssl_utst.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/ssl_utst.c b/ssl/ssl_utst.c
index 25ec77e20b..1a39cec8ed 100644
--- a/ssl/ssl_utst.c
+++ b/ssl/ssl_utst.c
@@ -59,7 +59,9 @@
static const struct openssl_ssl_test_functions ssl_test_functions = {
ssl_init_wbio_buffer,
ssl3_setup_buffers,
+# ifndef OPENSSL_NO_HEARTBEATS
dtls1_process_heartbeat
+# endif
};
const struct openssl_ssl_test_functions *SSL_test_functions(void)