ssl: Correct filename in README
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Fri, 24 Sep 2021 08:55:03 +0000 (16:55 +0800)
committerPauli <pauli@openssl.org>
Sun, 26 Sep 2021 23:40:09 +0000 (09:40 +1000)
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)

ssl/statem/README.md

index ef33f77c82a97ad490409a7a8b5152714639bb1f..ee49ed986371c54935e905b02de3d5764bdc2114 100644 (file)
@@ -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 |