Acked-by: Gert Doering
Thanks, this is useful :-) - I haven't actually tested it yet, just
looked at the change (and the results of you using it on mbedtls v7...).
Your patch has been applied to the master branch.
commit ba5ed490d3844705cc950dc2eae8c6a92938e757 (master)
Author: Frank Lichtenhel
Your patch has been applied to the master branch.
commit 5b088913e5854aba4e71f459844a1aa147d82b8a (master)
Author: Arne Schwabe
Date: Wed Oct 25 14:17:10 2023 +0200
Add --enable-werror to all platforms in Github Actions
Signed-off-by: Arne Schwabe
Acked-by: Frank Lichtenheld
cron2 has submitted this change. (
http://gerrit.openvpn.net/c/openvpn/+/376?usp=email )
Change subject: Add --enable-werror to all platforms in Github Actions
..
Add --enable-werror to all platforms in Github Actions
Change-Id
cron2 has uploaded a new patch set (#3) to the change originally created by
plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/376?usp=email )
The following approvals got outdated and were removed:
Code-Review+2 by flichtenheld
Change subject: Add --enable-werror to all platforms in Github Acti
Tested against mbedtls 3.5.0 locally installed. Without this patch,
it complains about "2.x.x required", and with the patch it configures
and builds mostly fine.
crypto_mbedtls.c throws a warning here:
crypto_mbedtls.c:568:1: warning: conflicting types for 'cipher_ctx_init'
due to enum/inte
cron2 has uploaded a new patch set (#8) to the change originally created by
MaxF. ( http://gerrit.openvpn.net/c/openvpn/+/370?usp=email )
The following approvals got outdated and were removed:
Code-Review+2 by flichtenheld
Change subject: Add support for mbedtls 3.X.Y
..
cron2 has submitted this change. (
http://gerrit.openvpn.net/c/openvpn/+/370?usp=email )
Change subject: Add support for mbedtls 3.X.Y
..
Add support for mbedtls 3.X.Y
Most struct fields in mbedtls 3 are private and now need ac