diff options
author | Richard Levitte <levitte@openssl.org> | 2016-11-13 22:24:02 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-11-13 22:24:02 +0100 |
commit | e72040c1dcd61d6669762a60924b8fa3a48c37fc (patch) | |
tree | 705018484273d9b97682a1748bcf9518aaf41ee7 /ssl/ssl_utst.c | |
parent | Fixed deadlock in CRYPTO_THREAD_run_once for Windows (diff) | |
download | openssl-e72040c1dcd61d6669762a60924b8fa3a48c37fc.tar.xz openssl-e72040c1dcd61d6669762a60924b8fa3a48c37fc.zip |
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.c | 4 |
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) |