Acked-By: Frank Lichtenheld
> Arne Schwabe hat am 25.04.2022 15:12 geschrieben:
> Am 25.04.22 um 15:08 schrieb Frank Lichtenheld:
[...]
> > You could replace four lines with one:
> >
> > return tls_pre_decrypt_lite(m->top.c2.tls_auth_standalone, &m->top.c2.from,
> > &m->top.c2.buf));
> >
>
Am 25.04.22 um 15:08 schrieb Frank Lichtenheld:
Arne Schwabe hat am 25.04.2022 14:27 geschrieben:
[...]
diff --git a/src/openvpn/mudp.c b/src/openvpn/mudp.c
index 4fbe3c1a3..780ca171d 100644
--- a/src/openvpn/mudp.c
+++ b/src/openvpn/mudp.c
@@ -39,6 +39,17 @@
#include
#endif
+static bo
> Arne Schwabe hat am 25.04.2022 14:27 geschrieben:
[...]
> diff --git a/src/openvpn/mudp.c b/src/openvpn/mudp.c
> index 4fbe3c1a3..780ca171d 100644
> --- a/src/openvpn/mudp.c
> +++ b/src/openvpn/mudp.c
> @@ -39,6 +39,17 @@
> #include
> #endif
>
> +static bool
> +do_pre_decrypt_check(struct m