From: Tianjia Zhang Date: Fri, 24 Sep 2021 08:55:03 +0000 (+0800) Subject: ssl: Correct filename in README X-Git-Tag: openssl-3.2.0-alpha1~3524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6a7da304d4fdd0de38ddd6037d8a02491e3e4e;p=thirdparty%2Fopenssl.git 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) --- diff --git a/ssl/statem/README.md b/ssl/statem/README.md index ef33f77c82a..ee49ed98637 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 |