[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Sun Sep 26 23:39:48 UTC 2021
The branch master has been updated
via 8b6a7da304d4fdd0de38ddd6037d8a02491e3e4e (commit)
from a16ba5f37547eb6ef38a9e623e42b21b35ce47fb (commit)
- Log -----------------------------------------------------------------
commit 8b6a7da304d4fdd0de38ddd6037d8a02491e3e4e
Author: Tianjia Zhang <tianjia.zhang at linux.alibaba.com>
Date: Fri Sep 24 16:55:03 2021 +0800
ssl: Correct filename in README
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16671)
-----------------------------------------------------------------------
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 |
More information about the openssl-commits
mailing list