summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-14 16:23:27 -0500
committerRich Salz <rsalz@openssl.org>2016-02-15 10:17:12 -0500
commit77b8ad18408bae1166acbf73fb2acb1f92214ece (patch)
tree42ec26a0d41aa9180caa5dd11a29ad46e32958a3 /ssl
parent3544091ae07287477f13939e44d7793fe9eeaad8 (diff)
Fix build-break
Combination of heartbeats and unit-tests. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_utst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_utst.c b/ssl/ssl_utst.c
index 1a39cec8ed..335cf0d506 100644
--- a/ssl/ssl_utst.c
+++ b/ssl/ssl_utst.c
@@ -60,6 +60,7 @@ static const struct openssl_ssl_test_functions ssl_test_functions = {
ssl_init_wbio_buffer,
ssl3_setup_buffers,
# ifndef OPENSSL_NO_HEARTBEATS
+# undef dtls1_process_heartbeat
dtls1_process_heartbeat
# endif
};