The branch openssl-3.0 has been updated via cc831835bf403c612de454d0fc2c065f5fbdfcde (commit) from 5b896265e7305f85f3b14283869393c255ab401e (commit)
- Log ----------------------------------------------------------------- commit cc831835bf403c612de454d0fc2c065f5fbdfcde Author: Tianjia Zhang <tianjia.zh...@linux.alibaba.com> Date: Fri Sep 24 16:55:03 2021 +0800 ssl: Correct filename in README Reviewed-by: Matt Caswell <m...@openssl.org> Reviewed-by: Richard Levitte <levi...@openssl.org> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16671) (cherry picked from commit 8b6a7da304d4fdd0de38ddd6037d8a02491e3e4e) ----------------------------------------------------------------------- Summary of changes: ssl/statem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/statem/README.md b/ssl/statem/README.md index ef33f77c82..ee49ed9863 100644 --- a/ssl/statem/README.md +++ b/ssl/statem/README.md @@ -56,7 +56,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 |