mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
pure-ftpd doesn't build with libressl 3.4.3 which doesn't includef5674b4e23resulting in the following build failure: tls.c: In function 'tls_init_options': tls.c:329:5: warning: implicit declaration of function 'SSL_CTX_set_num_tickets'; did you mean 'SSL_CTX_set_options'? [-Wimplicit-function-declaration] SSL_CTX_set_num_tickets(tls_ctx, 0); ^~~~~~~~~~~~~~~~~~~~~~~ SSL_CTX_set_options Fixes: - http://autobuild.buildroot.org/results/f5d36180949278510199aa499e253780558c6ffe Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commite87e6fd085) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>