package/libp11: fix build with libressl
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>
(cherry picked from commit 581d397ec0
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>