mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-14 18:24:01 -09:00
Fix the following build failure with libressl:
p11_rsa.c:355:14: error: static declaration of 'RSA_meth_get_finish' follows non-static declaration
355 | static int (*RSA_meth_get_finish(const RSA_METHOD *meth)) (RSA *rsa)
| ^~~~~~~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/de3b1e97796f717eac47d291911e3e1517cb557b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>