summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_utst.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-13 16:24:02 -0500
committerRich Salz <rsalz@openssl.org>2016-11-13 16:24:02 -0500
commite72040c1dcd61d6669762a60924b8fa3a48c37fc (patch)
tree705018484273d9b97682a1748bcf9518aaf41ee7 /ssl/ssl_utst.c
parent349d1cfddcfa33d352240582a3803f2eba39d9a0 (diff)
Remove heartbeat support
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1669)
Diffstat (limited to 'ssl/ssl_utst.c')
-rw-r--r--ssl/ssl_utst.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl/ssl_utst.c b/ssl/ssl_utst.c
index 09e76d14a7..cea1bc2707 100644
--- a/ssl/ssl_utst.c
+++ b/ssl/ssl_utst.c
@@ -14,10 +14,6 @@
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
};
const struct openssl_ssl_test_functions *SSL_test_functions(void)