Re: [Openvpn-devel] [PATCH 1/2] Move context_auth from context_2 to tls_multi

2021-03-25 Thread Antonio Quartulli
Hi, On 15/12/2020 17:42, Arne Schwabe wrote: > Some code currently is doing weird workarounds to figure out that side > as side effect from other variables in tls_multi. > Arne can you rephrase what this patch is trying to address? I think I understand the implementation, but I fail to see what

[Openvpn-devel] [PATCH 1/2] Move context_auth from context_2 to tls_multi

2020-12-15 Thread Arne Schwabe
Some code currently is doing weird workarounds to figure out that side as side effect from other variables in tls_multi. Signed-off-by: Arne Schwabe --- src/openvpn/forward.c| 4 ++-- src/openvpn/multi.c | 24 src/openvpn/openvpn.h| 14 -- src/o