wifidog: make it compile again with recent version of WolfSSL 22894/head
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 14 Dec 2023 15:14:58 +0000 (16:14 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 14 Dec 2023 19:02:21 +0000 (20:02 +0100)
commitb38e3cd257b3db79897d7ae7c9976af1d57f29b3
tree523e758e307e208a6ebb7b843f637bd76839d4ae
parentec0ea779279f9a0cabdbf6deaa6339d7431bb707
wifidog: make it compile again with recent version of WolfSSL

Recent version of WolfSSL dropped CyaSSL shims and made the package not
compilable. Converting it to the WolfSSL library is simple enough as the
API used are very basic and can be converted directly. Add patch that
fully convert the package to WolfSSL and doesn't use the compat shim
anymore.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
net/wifidog/Makefile
net/wifidog/patches/010-simple_http-Convert-to-WolfSSL.patch [new file with mode: 0644]
net/wifidog/patches/010-use-tls-above-1.patch [deleted file]
net/wifidog/patches/011-use-tls-above-1.patch [new file with mode: 0644]
net/wifidog/patches/030-wolfssl-options.patch [deleted file]