mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
librelp unconditionally calls the (deprecated) ENGINE_* logic in libopenssl resulting in a build failure when !BR2_PACKAGE_LIBOPENSSL_ENGINES since commit623d3bbe43: tcp.c: In function 'relpTcpExitTLS_ossl': tcp.c:1992:17: error: implicit declaration of function 'ENGINE_cleanup'; did you mean 'EVP_PBE_cleanup'? [-Wimplicit-function-declaration] 1992 | ENGINE_cleanup(); | ^~~~~~~~~~~~~~ | EVP_PBE_cleanup Fixes:623d3bbe43- http://autobuild.buildroot.org/results/68a1e94e077d8d57690a2543e557ba3f2974b03e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
319 B
319 B