From: Tianjia Zhang Date: Sun, 26 Sep 2021 23:44:29 +0000 (+1000) Subject: ssl: Correct filename in README X-Git-Tag: OpenSSL_1_1_1m~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd84a9db8446eacb688bab318c5476a45c41ec4;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 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 |