From cedbde20c0ecfb870c00ce4fe4401f89a9397b6d Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 30 Aug 2021 19:12:25 +0000 Subject: Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer. ok inoguchi@ tb@ --- src/lib/libssl/ssl_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl_locl.h') diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index f3650f238e..d25ac1a1a6 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.356 2021/07/26 03:17:38 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.357 2021/08/30 19:12:25 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -641,7 +641,7 @@ void tls12_record_layer_set_version(struct tls12_record_layer *rl, uint16_t version); void tls12_record_layer_set_initial_epoch(struct tls12_record_layer *rl, uint16_t epoch); -uint16_t tls12_record_layer_initial_epoch(struct tls12_record_layer *rl); +uint16_t tls12_record_layer_read_epoch(struct tls12_record_layer *rl); uint16_t tls12_record_layer_write_epoch(struct tls12_record_layer *rl); int tls12_record_layer_use_write_epoch(struct tls12_record_layer *rl, uint16_t epoch); -- cgit v1.2.3-55-g6feb