libuhttpd: add compatibility for wolfssl >= 5.0
authorSergey V. Lobanov <sergey@lobanov.in>
Mon, 3 Jan 2022 16:41:37 +0000 (19:41 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 6 Jan 2022 22:18:23 +0000 (23:18 +0100)
commit9a9f26796bdf4bd6ebe5a9aee9dcb2feee54780f
treee5216dc33561d0c129b5cfea9a938be99fb34099
parentd35c22951bfabb9b34133471fe1e389909d2007b
libuhttpd: add compatibility for wolfssl >= 5.0

NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
libs/libuhttpd/Makefile
libs/libuhttpd/patches/100-wolfssl_5_support.patch [new file with mode: 0644]