diff options
Diffstat (limited to 'src/lib/libssl/d1_pkt.c')
-rw-r--r-- | src/lib/libssl/d1_pkt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index 30ce78414d..4c450d2cb9 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_pkt.c,v 1.85 2020/10/03 17:35:16 jsing Exp $ */ | 1 | /* $OpenBSD: d1_pkt.c,v 1.86 2021/01/13 18:20:54 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -316,7 +316,6 @@ dtls1_process_record(SSL *s) | |||
316 | size_t out_len; | 316 | size_t out_len; |
317 | 317 | ||
318 | tls12_record_layer_set_version(s->internal->rl, s->version); | 318 | tls12_record_layer_set_version(s->internal->rl, s->version); |
319 | tls12_record_layer_set_read_epoch(s->internal->rl, rr->epoch); | ||
320 | 319 | ||
321 | if (!tls12_record_layer_open_record(s->internal->rl, s->internal->packet, | 320 | if (!tls12_record_layer_open_record(s->internal->rl, s->internal->packet, |
322 | s->internal->packet_length, &out, &out_len)) { | 321 | s->internal->packet_length, &out, &out_len)) { |