summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>2021-09-24 16:55:03 +0800
committerPauli <pauli@openssl.org>2021-09-27 09:40:09 +1000
commitcc831835bf403c612de454d0fc2c065f5fbdfcde (patch)
treedf02e8bb4da0c7597170349ff7bf08bf3f26dc62 /ssl
parent5b896265e7305f85f3b14283869393c255ab401e (diff)
ssl: Correct filename in README
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16671) (cherry picked from commit 8b6a7da304d4fdd0de38ddd6037d8a02491e3e4e)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/statem/README.md2
1 files changed, 1 insertions, 1 deletions
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 |