mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03: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>