Yes on XROOT-build.err.log it says this:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCl/XrdClXRootDResponses.hh:219:40: warning: declaration of ‘code’ shadows a member of ‘XrdCl::XRootDStatus’ [-Wshadow]
219 | uint16_t code = 0,
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCl/XrdClFileSystem.hh:29,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCl/XrdClFile.hh:28,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCl/XrdClPlugInInterface.hh:28,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.hh:27,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc:25:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCl/XrdClStatus.hh:137:14: note: shadowed declaration is here
137 | uint16_t code; //!< Error type, or additional hints on what to do
| ^~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc: In member function ‘virtual int XrdCryptoLite_bf32::Decrypt(const char*, int, const char*, int, char*, int)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:96:14: warning: ‘void BF_set_key(BF_KEY*, int, const unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
96 | BF_set_key(&decKey, keyLen, (const unsigned char *)key);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:43:
/usr/include/openssl/blowfish.h:50:28: note: declared here
50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
| ^~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:100:20: warning: ‘void BF_cfb64_encrypt(const unsigned char*, unsigned char*, long int, const BF_KEY*, unsigned char*, int*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
100 | BF_cfb64_encrypt((const unsigned char *)src, (unsigned char *)dst, srcLen,
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101 | &decKey, ivec, &ivnum, BF_DECRYPT);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:43:
/usr/include/openssl/blowfish.h:61:28: note: declared here
61 | OSSL_DEPRECATEDIN_3_0 void BF_cfb64_encrypt(const unsigned char *in,
| ^~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc: In member function ‘virtual int XrdCryptoLite_bf32::Encrypt(const char*, int, const char*, int, char*, int)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:151:14: warning: ‘void BF_set_key(BF_KEY*, int, const unsigned char*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
151 | BF_set_key(&encKey, keyLen, (const unsigned char *)key);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:43:
/usr/include/openssl/blowfish.h:50:28: note: declared here
50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
| ^~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:155:20: warning: ‘void BF_cfb64_encrypt(const unsigned char*, unsigned char*, long int, const BF_KEY*, unsigned char*, int*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
155 | BF_cfb64_encrypt(bP, (unsigned char *)dst, dLen,
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 | &encKey, ivec, &ivnum, BF_ENCRYPT);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptoLite_bf32.cc:43:
/usr/include/openssl/blowfish.h:61:28: note: declared here
61 | OSSL_DEPRECATEDIN_3_0 void BF_cfb64_encrypt(const unsigned char *in,
| ^~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc: In function ‘int XrdCryptosslX509ParseFile(const char*, XrdCryptoX509Chain*)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:493:34: warning: ‘RSA* PEM_read_RSAPrivateKey(FILE*, RSA**, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
493 | if (!PEM_read_RSAPrivateKey(fcer, &rsap, 0, 0)) {
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:45:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:508:45: warning: ‘int PEM_write_bio_RSAPrivateKey(BIO*, const RSA*, const EVP_CIPHER*, const unsigned char*, int, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
508 | if (!PEM_write_bio_RSAPrivateKey(bkey,rsap,0,0,0,0,0)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:45:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:513:18: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
513 | RSA_free(rsap);
| ~~~~~~~~^~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/x509v3.h:25,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCrypto/XrdCryptosslX509.hh:39,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:43:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:523:52: warning: ‘RSA* PEM_read_bio_RSAPrivateKey(BIO*, RSA**, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
523 | if (PEM_read_bio_RSAPrivateKey(bkey,&rsa,0,0)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:45:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:527:65: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
527 | int rc = RSA_check_key(EVP_PKEY_get0_RSA(evpp));
| ~~~~~~~~~~~~~~~~~^~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCrypto/XrdCryptosslRSA.hh:39,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:42:
/usr/include/openssl/evp.h:1346:22: note: declared here
1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
| ^~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:527:47: warning: ‘int RSA_check_key(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
527 | int rc = RSA_check_key(EVP_PKEY_get0_RSA(evpp));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/x509v3.h:25,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCrypto/XrdCryptosslX509.hh:39,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:43:
/usr/include/openssl/rsa.h:283:27: note: declared here
283 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *);
| ^~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc: In function ‘int XrdCryptosslX509ParseBucket(XrdSutBucket*, XrdCryptoX509Chain*)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:613:38: warning: ‘RSA* PEM_read_bio_RSAPrivateKey(BIO*, RSA**, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
613 | if (!PEM_read_bio_RSAPrivateKey(bmem, &rsap, 0, 0)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:45:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:628:45: warning: ‘int PEM_write_bio_RSAPrivateKey(BIO*, const RSA*, const EVP_CIPHER*, const unsigned char*, int, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
628 | if (!PEM_write_bio_RSAPrivateKey(bkey,rsap,0,0,0,0,0)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:45:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:633:18: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
633 | RSA_free(rsap);
| ~~~~~~~~^~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/x509v3.h:25,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCrypto/XrdCryptosslX509.hh:39,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:43:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:643:52: warning: ‘RSA* PEM_read_bio_RSAPrivateKey(BIO*, RSA**, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
643 | if (PEM_read_bio_RSAPrivateKey(bkey,&rsa,0,0)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:45:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:647:65: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
647 | int rc = RSA_check_key(EVP_PKEY_get0_RSA(evpp));
| ~~~~~~~~~~~~~~~~~^~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCrypto/XrdCryptosslRSA.hh:39,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:42:
/usr/include/openssl/evp.h:1346:22: note: declared here
1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
| ^~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:647:47: warning: ‘int RSA_check_key(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
647 | int rc = RSA_check_key(EVP_PKEY_get0_RSA(evpp));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/x509v3.h:25,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/./XrdCrypto/XrdCryptosslX509.hh:39,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslAux.cc:43:
/usr/include/openssl/rsa.h:283:27: note: declared here
283 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *);
| ^~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc: In function ‘int XrdCryptosslX509CreateProxy(const char*, const char*, XrdProxyOpt_t*, XrdCryptogsiX509Chain*, XrdCryptoRSA**, const char*)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:306:40: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
306 | if ((RSA_check_key(EVP_PKEY_get0_RSA(ekEEC)) == 0)) {
| ~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:41:
/usr/include/openssl/evp.h:1346:22: note: declared here
1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
| ^~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:306:22: warning: ‘int RSA_check_key(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
306 | if ((RSA_check_key(EVP_PKEY_get0_RSA(ekEEC)) == 0)) {
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:283:27: note: declared here
283 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *);
| ^~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:323:22: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
323 | RSA *kPX = RSA_new();
| ~~~~~~~^~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:206:28: note: declared here
206 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:333:15: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
333 | RSA_free(kPX);
| ~~~~~~~~^~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:339:27: warning: ‘int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
339 | if (RSA_generate_key_ex(kPX, bits, e, NULL) != 1) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:265:27: note: declared here
265 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
| ^~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:342:15: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
342 | RSA_free(kPX);
| ~~~~~~~~^~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:353:15: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
353 | RSA_free(kPX);
| ~~~~~~~~^~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:600:46: warning: ‘int PEM_write_RSAPrivateKey(FILE*, const RSA*, const EVP_CIPHER*, const unsigned char*, int, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
600 | else if (!rc && PEM_write_RSAPrivateKey(fp, kPX, 0, 0, 0, 0, 0) != 1) {
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc: In function ‘int XrdCryptosslX509CreateProxyReq(XrdCryptoX509*, XrdCryptoX509Req**, XrdCryptoRSA**)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:667:22: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
667 | RSA *kro = RSA_new();
| ~~~~~~~^~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:206:28: note: declared here
206 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:675:15: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
675 | RSA_free(kro);
| ~~~~~~~~^~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:679:27: warning: ‘int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
679 | if (RSA_generate_key_ex(kro, bits, e, NULL) != 1) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:265:27: note: declared here
265 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
| ^~~~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:680:15: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
680 | RSA_free(kro);
| ~~~~~~~~^~~~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/pem.h:23,
from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:42:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc: In function ‘int XrdCryptosslX509SignProxyReq(XrdCryptoX509*, XrdCryptoRSA*, XrdCryptoX509Req*, XrdCryptoX509**)’:
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:901:32: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
901 | RSA *kpi = EVP_PKEY_get0_RSA((EVP_PKEY *)(kcpi->Opaque()));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:41:
/usr/include/openssl/evp.h:1346:22: note: declared here
1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
| ^~~~~~~~~~~~~~~~~
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:901:32: error: invalid conversion from ‘const rsa_st*’ to ‘RSA*’ {aka ‘rsa_st*’} [-fpermissive]
901 | RSA *kpi = EVP_PKEY_get0_RSA((EVP_PKEY *)(kcpi->Opaque()));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| const rsa_st*
/home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:909:21: warning: ‘int EVP_PKEY_set1_RSA(EVP_PKEY*, rsa_st*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
909 | EVP_PKEY_set1_RSA(ekpi, kpi);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /home/administrator/Software-Gate/root/build-root/XROOTD-prefix/src/XROOTD/src/XrdCrypto/XrdCryptosslgsiAux.cc:41:
/usr/include/openssl/evp.h:1344:5: note: declared here
1344 | int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);
| ^~~~~~~~~~~~~~~~~
gmake[5]: *** [src/CMakeFiles/XrdCryptossl-4.dir/build.make:90: src/CMakeFiles/XrdCryptossl-4.dir/XrdCrypto/XrdCryptosslgsiAux.cc.o] Error 1
gmake[4]: *** [CMakeFiles/Makefile2:669: src/CMakeFiles/XrdCryptossl-4.dir/all] Error 2
gmake[3]: *** [Makefile:136: all] Error 2