diff options
author | 2014-04-14 18:45:55 +0000 | |
---|---|---|
committer | 2014-04-14 18:45:55 +0000 | |
commit | ba3e66e605b4b4f147254a0b10e9cc20ce77f3f6 (patch) | |
tree | af5a6b1ba8701d28384a70c5fc4c5522ba1f2740 /lib/libssl/d1_lib.c | |
parent | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move (diff) | |
download | wireguard-openbsd-ba3e66e605b4b4f147254a0b10e9cc20ce77f3f6.tar.xz wireguard-openbsd-ba3e66e605b4b4f147254a0b10e9cc20ce77f3f6.zip |
make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod
Diffstat (limited to 'lib/libssl/d1_lib.c')
-rw-r--r-- | lib/libssl/d1_lib.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c index 3da7c36545e..73c44c807a9 100644 --- a/lib/libssl/d1_lib.c +++ b/lib/libssl/d1_lib.c @@ -433,13 +433,6 @@ dtls1_handle_timeout(SSL *s) s->d1->timeout.read_timeouts = 1; } -#ifndef OPENSSL_NO_HEARTBEATS - if (s->tlsext_hb_pending) { - s->tlsext_hb_pending = 0; - return dtls1_heartbeat(s); - } -#endif - dtls1_start_timer(s); return dtls1_retransmit_buffered_messages(s); } |