[Buildroot] [PATCH 1/1] package/pistache: fix libressl build

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Feb 25 21:02:54 UTC 2023


On Sat, 25 Feb 2023 18:28:06 +0100
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> Fix the following libressl build failure which is probably raised since
> the addition of the package in commit
> 65d891efc2fb069f9cf707f47302776f7076b80c:
> 
> ../src/server/listener.cc: In member function 'void Pistache::Tcp::Listener::setupSSLAuth(const std::string&, const std::string&, int (*)(int, void*))':
> ../src/server/listener.cc:582:29: error: 'SSL_verify_cb' was not declared in this scope; did you mean 'RSA_verify'?
>   582 |                            (SSL_verify_cb)cb
>       |                             ^~~~~~~~~~~~~
>       |                             RSA_verify
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/066fc078980e5216f38411eee455088e15fa1101
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  ...erver-listener.cc-fix-libressl-build.patch | 38 +++++++++++++++++++
>  1 file changed, 38 insertions(+)
>  create mode 100644 package/pistache/0002-src-server-listener.cc-fix-libressl-build.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list