]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Move extract_iv_proto to ssl_util.c/h
authorArne Schwabe <arne@rfc2549.org>
Fri, 19 Mar 2021 15:31:28 +0000 (16:31 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 20 Mar 2021 15:25:07 +0000 (16:25 +0100)
commitf9d9fe55754dd019bb4c4add180dd780f9102b44
tree9832f1f2affb4a5322fee602395acb303b5cdf58
parent45e7d4124c258b8c5b682909b1a0e93ded4cd0cf
Move extract_iv_proto to ssl_util.c/h

This function is used by both NCP and push, so move it to a more proper
place.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20210319153129.8734-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21732.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c
src/openvpn/push.c
src/openvpn/push.h
src/openvpn/ssl_util.c
src/openvpn/ssl_util.h