diff options
author | tedu <> | 2014-04-16 18:23:52 +0000 |
---|---|---|
committer | tedu <> | 2014-04-16 18:23:52 +0000 |
commit | e299602ab4efdb932270d2727f84e3b8e870a2f2 (patch) | |
tree | 247cf27f0f5b18ef01ce056599c40401b355c36a /src/lib/libssl/d1_both.c | |
parent | cd08fd7b7f7dd206dc05c7e18941b10aef11ab9a (diff) | |
download | openbsd-e299602ab4efdb932270d2727f84e3b8e870a2f2.tar.gz openbsd-e299602ab4efdb932270d2727f84e3b8e870a2f2.tar.bz2 openbsd-e299602ab4efdb932270d2727f84e3b8e870a2f2.zip |
fix a few bugs observed on http://www.viva64.com/en/b/0250/
ok krw miod
Diffstat (limited to 'src/lib/libssl/d1_both.c')
-rw-r--r-- | src/lib/libssl/d1_both.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_both.c b/src/lib/libssl/d1_both.c index ab6b168410..731245c6a6 100644 --- a/src/lib/libssl/d1_both.c +++ b/src/lib/libssl/d1_both.c | |||
@@ -1213,7 +1213,6 @@ dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off, | |||
1213 | saved_state.compress = s->compress; | 1213 | saved_state.compress = s->compress; |
1214 | saved_state.session = s->session; | 1214 | saved_state.session = s->session; |
1215 | saved_state.epoch = s->d1->w_epoch; | 1215 | saved_state.epoch = s->d1->w_epoch; |
1216 | saved_state.epoch = s->d1->w_epoch; | ||
1217 | 1216 | ||
1218 | s->d1->retransmitting = 1; | 1217 | s->d1->retransmitting = 1; |
1219 | 1218 | ||