Loading
vde2: switch to Mbed TLS
Since wolfSSL ≥ 5.8.2 is `GPL-3.0-or-later` and VDEv2 is `GPL-2.0-only`, it’s a licence violation to redistribute binaries combining them. Thankfully, upstream has added support for Mbed TLS, though not yet cut a stable release with it. Backport the patch and switch to it. This also avoids pulling wolfSSL unnecessarily into the QEMU closure, which already contains Mbed TLS. It also conveniently fixes the build on Darwin.