summaryrefslogtreecommitdiffstats
path: root/ssl/d1_pkt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-24 11:50:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-24 11:50:51 +0000
commit76a268a43f272550925a49fe975a7c918376a1e0 (patch)
tree7f980d6c22a5ac8e41701879fafed5b4f58aa289 /ssl/d1_pkt.c
parent6563b02980f19f69b2f1bec9f02de14db4f411cf (diff)
PR: 1993
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org DTLS cookie resumption and typo fix.
Diffstat (limited to 'ssl/d1_pkt.c')
-rw-r--r--ssl/d1_pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_pkt.c b/ssl/d1_pkt.c
index 989b5337b5..8059ebd3a4 100644
--- a/ssl/d1_pkt.c
+++ b/ssl/d1_pkt.c
@@ -732,7 +732,7 @@ start:
/* Check for timeout */
if (dtls1_is_timer_expired(s))
{
- if (dtls1_read_failed(s, -1) > 0);
+ if (dtls1_read_failed(s, -1) > 0)
goto start;
}