From 5cd84a9db8446eacb688bab318c5476a45c41ec4 Mon Sep 17 00:00:00 2001 From: Tianjia Zhang Date: Mon, 27 Sep 2021 09:44:29 +1000 Subject: [PATCH] ssl: Correct filename in README Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16671) --- ssl/statem/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/statem/README b/ssl/statem/README index 86cc0663729..bafe33060c9 100644 --- a/ssl/statem/README +++ b/ssl/statem/README @@ -55,7 +55,7 @@ Conceptually the state machine component is designed as follows: | | | | ____________V_______V________ ________V______V_______________ | | | | - | statem_both.c | | statem_dtls.c | + | statem_lib.c | | statem_dtls.c | | | | | | Non core functions common | | Non core functions common to | | to both servers and clients | | both DTLS servers and clients | -- 2.47.2