Description
xml-security-c does not compile with openssl-3.0.0-alpha14
Here is the error:
enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp:416:33: error: invalid conversion from 'const rsa_st*' to 'RSA*' {aka 'rsa_st*'} [-fpermissive]
416 | RSA *rsa = EVP_PKEY_get0_RSA(k);
~~~~~~~~~~~~~~~~^~ |
const rsa_st* |
Added the log as an attachment aswell.