summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>2021-09-27 09:44:29 +1000
committerPauli <pauli@openssl.org>2021-09-27 09:46:35 +1000
commit5cd84a9db8446eacb688bab318c5476a45c41ec4 (patch)
treeebe4fe239001d095316e1c93e1c775a78c44d0ba /ssl
parent5402f96aba9dd3d0b3006b8b2651bd27d3cbf326 (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)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/statem/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/statem/README b/ssl/statem/README
index 86cc066372..bafe33060c 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 |