On Fri, 6 May 2022 13:28:52 +0200
Heinrich Schuchardt wrote:
Hi,
> Building with OpenSSL 3.0 produces warnings like:
>
> ../tools/sunxi_toc0.c:846:17: warning: ‘RSA_get0_d’ is deprecated:
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
> 846 | if (root_key && RSA_get0_d(root_
Building with OpenSSL 3.0 produces warnings like:
../tools/sunxi_toc0.c:846:17: warning: ‘RSA_get0_d’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
846 | if (root_key && RSA_get0_d(root_key)) {
| ^~
As OpenSSL 3.0 is not available in elder Li
2 matches
Mail list logo