]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ssl: Correct filename in README
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Sun, 26 Sep 2021 23:44:29 +0000 (09:44 +1000)
committerPauli <pauli@openssl.org>
Sun, 26 Sep 2021 23:46:35 +0000 (09:46 +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

index 86cc06637291105a8a85affe39e783dd29b3c59e..bafe33060c920a10e28c763e5a6acef462b84b27 100644 (file)
@@ -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 |