Re: [Openvpn-devel] [PATCH] test_crypto: fix test_occ_mtu_calculation with --disable-fragment

2022-10-19 Thread Arne Schwabe
Am 24.06.22 um 14:26 schrieb Frank Lichtenheld: Doesn't make sense to test with fragment, if the code ignores it. Acked-By: Arne Schwabe ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net

[Openvpn-devel] [PATCH] test_crypto: fix test_occ_mtu_calculation with --disable-fragment

2022-06-24 Thread Frank Lichtenheld
Doesn't make sense to test with fragment, if the code ignores it. Signed-off-by: Frank Lichtenheld --- tests/unit_tests/openvpn/test_crypto.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/unit_tests/openvpn/test_crypto.c