]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Extract session_move_active into its own function
authorArne Schwabe <arne@rfc2549.org>
Tue, 26 Apr 2022 13:23:24 +0000 (15:23 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 26 Apr 2022 13:43:39 +0000 (15:43 +0200)
commit4dbe508ab6d011d57f4acc71f3c0330deb852206
treecad0da108ef332fc4e145b1fcf0ee3ce24382559
parent04c3779922aed541755a20f415e7cb9d717ee7ed
Extract session_move_active into its own function

This makes the tls_process function smaller and easier to understand and
this state easier to understand in its own function.

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220426132324.76517-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24212.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl.c