mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-17 19:54:07 -09:00
Fix the following build failure with libressl raised since the addition of the package in commitf6f0e1e581: In file included from est.c:28: est.h:27:10: fatal error: openssl/srp.h: No such file or directory 27 | #include <openssl/srp.h> | ^~~~~~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/0dd755effbdddfa1b578fec9f1b1c9366b6822bc Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitc4872446c8) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>