diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/s3_clnt.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c index 4ad8d3943e..c1460266fe 100644 --- a/src/lib/libssl/s3_clnt.c +++ b/src/lib/libssl/s3_clnt.c | |||
| @@ -202,17 +202,6 @@ ssl3_connect(SSL *s) | |||
| 202 | if (!SSL_in_init(s) || SSL_in_before(s)) | 202 | if (!SSL_in_init(s) || SSL_in_before(s)) |
| 203 | SSL_clear(s); | 203 | SSL_clear(s); |
| 204 | 204 | ||
| 205 | #ifndef OPENSSL_NO_HEARTBEATS | ||
| 206 | /* If we're awaiting a HeartbeatResponse, pretend we | ||
| 207 | * already got and don't await it anymore, because | ||
| 208 | * Heartbeats don't make sense during handshakes anyway. | ||
| 209 | */ | ||
| 210 | if (s->tlsext_hb_pending) { | ||
| 211 | s->tlsext_hb_pending = 0; | ||
| 212 | s->tlsext_hb_seq++; | ||
| 213 | } | ||
| 214 | #endif | ||
| 215 | |||
| 216 | for (;;) { | 205 | for (;;) { |
| 217 | state = s->state; | 206 | state = s->state; |
| 218 | 207 | ||
