diff options
author | 2014-04-16 18:23:52 +0000 | |
---|---|---|
committer | 2014-04-16 18:23:52 +0000 | |
commit | d9c21bb8bdb71d3b8c5ef3d73ea73e288e98136e (patch) | |
tree | de812aec82b5c8a3c07138dc2dc669df58fc0b5d /lib/libssl/d1_both.c | |
parent | Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob (diff) | |
download | wireguard-openbsd-d9c21bb8bdb71d3b8c5ef3d73ea73e288e98136e.tar.xz wireguard-openbsd-d9c21bb8bdb71d3b8c5ef3d73ea73e288e98136e.zip |
fix a few bugs observed on http://www.viva64.com/en/b/0250/
ok krw miod
Diffstat (limited to 'lib/libssl/d1_both.c')
-rw-r--r-- | lib/libssl/d1_both.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/d1_both.c b/lib/libssl/d1_both.c index ab6b1684107..731245c6a6c 100644 --- a/lib/libssl/d1_both.c +++ b/lib/libssl/d1_both.c @@ -1213,7 +1213,6 @@ dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off, saved_state.compress = s->compress; saved_state.session = s->session; saved_state.epoch = s->d1->w_epoch; - saved_state.epoch = s->d1->w_epoch; s->d1->retransmitting = 1; |