mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-24 19:02:27 +01:00
Fix test error with openssl 3.5.3. ``` FAIL: t_auth ============ error:1C80006A:Provider routines::output buffer too small Assertion failed: decode_auth_setting(0, authToken, privkey, &decodeUser, &decodePassword, &decodeTime, use_pkcs1_padding) == 0 (t_auth.c: test_authtoken: 106) Aborted FAIL t_auth (exit status: 134) ``` Upstream issue: https://github.com/esnet/iperf/issues/1951