You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bonjour,
I am compiling LibPKI with Openssl 3 it gives me error:
_openssl_la-openssl_hsm_pkey.o
openssl_hsm_pkey.c: In function ‘_pki_rsakey_new’: openssl_hsm_pkey.c:78:5: error: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wer ror=deprecated-declarations]
78 | if ((rsa = RSA_new()) == NULL) {
| ^~
compilation terminated due to -Wfatal-errors.
cc1: all warnings being treated as errors
make[3]: *** [Makefile:538: libpki_token_openssl_la-openssl_hsm_pkey.lo] Error 1
The text was updated successfully, but these errors were encountered:
Bonjour,
I am compiling LibPKI with Openssl 3 it gives me error:
_openssl_la-openssl_hsm_pkey.o
openssl_hsm_pkey.c: In function ‘_pki_rsakey_new’:
openssl_hsm_pkey.c:78:5: error: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wer ror=deprecated-declarations]
78 | if ((rsa = RSA_new()) == NULL) {
| ^~
compilation terminated due to -Wfatal-errors.
cc1: all warnings being treated as errors
make[3]: *** [Makefile:538: libpki_token_openssl_la-openssl_hsm_pkey.lo] Error 1
The text was updated successfully, but these errors were encountered: