[Openvpn-devel] [PATCH] Move IV_TCPNL from comp_generate_peer_info_string to push_peer_info

2021-11-14 Thread Arne Schwabe
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 --- src/openvpn/comp.c | 1 - src/openvpn/ssl.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) dif

[Openvpn-devel] [PATCH applied] Re: Move IV_TCPNL from comp_generate_peer_info_string to push_peer_info

2021-11-14 Thread Gert Doering
Acked-by: Gert Doering "because it makes sense". Briefly tested if it's still sent to the server (it is). Not much else to see here :-) Your patch has been applied to the master branch. commit 648e871e50e76586d65a267cf598d8f1ec0d0057 Author: Arne Schwabe Date: Sun Nov 14 14:03:11 2021 +010