]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Extract session_move_pre_start as own function, use local buffer variable
authorArne Schwabe <arne@rfc2549.org>
Fri, 22 Apr 2022 14:29:37 +0000 (16:29 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 26 Apr 2022 09:58:02 +0000 (11:58 +0200)
commitedc3e9f5c939ca40841b8054732bfae47aad7e11
tree6bd65902e91db5921cd951f9fff22a5611889d69
parent9bbebf100a07f4dca3f088dce19cd87608e82b4c
Extract session_move_pre_start as own function, use local buffer variable

This changes the C90 struct buffer declaration to a C99 style one. Also
move the state transition from S_INITIAL to S_PE_START into its own
function.
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20220422142953.3805364-3-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24151.html

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