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:39:17 +0000 (09:39 +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)

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 |