]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Move IV_TCPNL from comp_generate_peer_info_string to push_peer_info
authorArne Schwabe <arne@rfc2549.org>
Sun, 14 Nov 2021 13:03:11 +0000 (14:03 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 14 Nov 2021 14:06:36 +0000 (15:06 +0100)
commit648e871e50e76586d65a267cf598d8f1ec0d0057
tree1261e6326fb868f2f5d1e178ce2c4d5b5dde8631
parent7df6583d76fc2ff485186ede75f00c9b7dc3e42c
Move IV_TCPNL from comp_generate_peer_info_string to push_peer_info

This IV variable has nothing to do with compression and should not
depend if OpenVPN is compiled with USE_COMP. So move it to the
other generic IV variables.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211114130311.4043536-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23182.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/comp.c
src/openvpn/ssl.c