Snippets for qca 2.3.12 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/qca/2.3.12/1.fc46/data/logs/x86_64/build.log.
-
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/src/qca_core.cpp:220:15: warning: ignoring return value of ‘int setuid(__uid_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 220 | setuid(getuid()); | ~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/examples/saslclient/saslclient.cpp:41:10: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 41 | fgets(line, 255, stdin); | ~~~~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-cyrus-sasl/qca-cyrus-sasl.cpp:731:32: warning: cast between incompatible function types from ‘int (*)(sasl_conn_t*, void*, const char*, unsigned int, const char*, unsigned int, const char*, unsigned int, propctx*)’ {aka ‘int (*)(sasl_conn*, void*, const char*, unsigned int, const char*, unsigned int, const char*, unsigned int, propctx*)’} to ‘int (*)()’ [-Wcast-function-type] 731 | callbacks[0].proc = (int (*)())scb_checkauth; | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:58:21: warning: ‘void DSA_free(DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 58 | DSA_free(pointer); | ~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1332:35: warning: ‘HMAC_CTX* HMAC_CTX_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1332 | m_context = HMAC_CTX_new(); | ~~~~~~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1339:35: warning: ‘HMAC_CTX* HMAC_CTX_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1339 | m_context = HMAC_CTX_new(); | ~~~~~~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1340:22: warning: ‘int HMAC_CTX_copy(HMAC_CTX*, HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1340 | HMAC_CTX_copy(m_context, other.m_context); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1345:22: warning: ‘void HMAC_CTX_free(HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1345 | HMAC_CTX_free(m_context); | ~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1350:21: warning: ‘int HMAC_Init_ex(HMAC_CTX*, const void*, int, const EVP_MD*, ENGINE*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1350 | HMAC_Init_ex(m_context, key.data(), key.size(), m_algorithm, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1360:20: warning: ‘int HMAC_Update(HMAC_CTX*, const unsigned char*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1360 | HMAC_Update(m_context, (unsigned char *)a.data(), a.size()); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1366:19: warning: ‘int HMAC_Final(HMAC_CTX*, unsigned char*, unsigned int*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1366 | HMAC_Final(m_context, (unsigned char *)sa.data(), nullptr); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1367:23: warning: ‘int HMAC_CTX_reset(HMAC_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1367 | HMAC_CTX_reset(m_context); | ~~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1490:55: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1490 | const RSA *rsa = EVP_PKEY_get0_RSA(pkey); | ~~~~~~~~~~~~~~~~~^~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1491:44: warning: ‘int RSA_private_encrypt(int, const unsigned char*, unsigned char*, RSA*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1491 | if (RSA_private_encrypt(raw.size(), | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 1492 | (unsigned char *)raw.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1493 | (unsigned char *)out.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | (RSA *)rsa, | ~~~~~~~~~~~ 1495 | RSA_PKCS1_PADDING) == -1) { | ~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1529:55: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1529 | const RSA *rsa = EVP_PKEY_get0_RSA(pkey); | ~~~~~~~~~~~~~~~~~^~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1530:50: warning: ‘int RSA_public_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1530 | if ((len = RSA_public_decrypt(sig.size(), | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 1531 | (unsigned char *)sig.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1532 | (unsigned char *)out.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1533 | (RSA *)rsa, | ~~~~~~~~~~~ 1534 | RSA_PKCS1_PADDING)) == -1) { | ~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1662:49: warning: ‘DSA* DSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1662 | std::unique_ptr<DSA, DsaDeleter> dsa(DSA_new()); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1666:35: warning: ‘int DSA_generate_parameters_ex(DSA*, int, const unsigned char*, int, int*, long unsigned int*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1666 | if (DSA_generate_parameters_ex( | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1667 | dsa.get(), bits, (const unsigned char *)seed.data(), seed.size(), &ret_counter, nullptr, nullptr) != 1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1674:17: warning: ‘void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1674 | DSA_get0_pqg(dsa.get(), &bnp, &bnq, &bng); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1849:17: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1849 | RSA_free((RSA *)pointer); | ~~~~~~~~^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1877:21: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1877 | RSA_free(result); | ~~~~~~~~^~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1882:63: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1882 | std::unique_ptr<RSA, decltype(RsaDeleter)> rsa(RSA_new(), RsaDeleter); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1894:32: warning: ‘int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1894 | if (RSA_generate_key_ex(rsa.get(), bits, e.get(), nullptr) == 0) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1969:52: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1969 | const RSA *rsa_pkey = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1970:51: warning: ‘int i2d_RSAPublicKey(const RSA*, unsigned char**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1970 | int len = i2d_RSAPublicKey(rsa_pkey, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1973:25: warning: ‘int i2d_RSAPublicKey(const RSA*, unsigned char**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1973 | i2d_RSAPublicKey(rsa_pkey, &p); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1978:36: warning: ‘RSA* d2i_RSAPublicKey(RSA**, const unsigned char**, long int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1978 | RSA *rsa = d2i_RSAPublicKey(nullptr, (const unsigned char **)&p, result.size()); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1991:44: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1991 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1995:28: warning: ‘int RSA_size(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1995 | size = RSA_size(rsa) - 11 - 1; | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:1998:28: warning: ‘int RSA_size(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1998 | size = RSA_size(rsa) - 41 - 1; | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2001:28: warning: ‘int RSA_size(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2001 | size = RSA_size(rsa) - 11 - 1; | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2004:28: warning: ‘int RSA_size(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2004 | size = RSA_size(rsa) - 1; | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2013:44: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2013 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2019:36: warning: ‘int RSA_size(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2019 | SecureArray result(RSA_size(rsa)); | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2046:38: warning: ‘int RSA_private_encrypt(int, const unsigned char*, unsigned char*, RSA*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2046 | ret = RSA_private_encrypt( | ~~~~~~~~~~~~~~~~~~~^ 2047 | buf.size(), (unsigned char *)buf.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2049:37: warning: ‘int RSA_public_encrypt(int, const unsigned char*, unsigned char*, RSA*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2049 | ret = RSA_public_encrypt( | ~~~~~~~~~~~~~~~~~~^ 2050 | buf.size(), (unsigned char *)buf.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2061:44: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2061 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2062:36: warning: ‘int RSA_size(const RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2062 | SecureArray result(RSA_size(rsa)); | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2089:38: warning: ‘int RSA_private_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2089 | ret = RSA_private_decrypt( | ~~~~~~~~~~~~~~~~~~~^ 2090 | in.size(), (unsigned char *)in.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2092:37: warning: ‘int RSA_public_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2092 | ret = RSA_public_decrypt( | ~~~~~~~~~~~~~~~~~~^ 2093 | in.size(), (unsigned char *)in.data(), (unsigned char *)result.data(), (RSA *)rsa, pad); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2198:27: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2198 | RSA *rsa = RSA_new(); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2199:25: warning: ‘int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2199 | if (RSA_set0_key(rsa, bi2bn(n), bi2bn(e), bi2bn(d)) == 0 || RSA_set0_factors(rsa, bi2bn(p), bi2bn(q)) == 0) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2199:85: warning: ‘int RSA_set0_factors(RSA*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2199 | if (RSA_set0_key(rsa, bi2bn(n), bi2bn(e), bi2bn(d)) == 0 || RSA_set0_factors(rsa, bi2bn(p), bi2bn(q)) == 0) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2201:21: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2201 | RSA_free(rsa); | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2209:29: warning: ‘void RSA_blinding_off(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2209 | RSA_blinding_off(rsa); | ~~~~~~~~~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2220:27: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2220 | RSA *rsa = RSA_new(); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2221:25: warning: ‘int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2221 | if (RSA_set0_key(rsa, bi2bn(n), bi2bn(e), nullptr) == 0) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2222:21: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2222 | RSA_free(rsa); | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2233:46: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2233 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2235:21: warning: ‘void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2235 | RSA_get0_key(rsa, &bnn, nullptr, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2241:46: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2241 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2243:21: warning: ‘void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2243 | RSA_get0_key(rsa, nullptr, &bne, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2249:46: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2249 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2251:25: warning: ‘void RSA_get0_factors(const RSA*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2251 | RSA_get0_factors(rsa, &bnp, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2257:46: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2257 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2259:25: warning: ‘void RSA_get0_factors(const RSA*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2259 | RSA_get0_factors(rsa, nullptr, &bnq); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2265:46: warning: ‘const rsa_st* EVP_PKEY_get0_RSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2265 | const RSA *rsa = EVP_PKEY_get0_RSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2267:21: warning: ‘void RSA_get0_key(const RSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2267 | RSA_get0_key(rsa, nullptr, nullptr, &bnd); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2313:21: warning: ‘void DSA_free(DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2313 | DSA_free(result); | ~~~~~~~~^~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2318:53: warning: ‘DSA* DSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2318 | std::unique_ptr<DSA, DsaDeleter> dsa(DSA_new()); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2321:26: warning: ‘int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2321 | if (!DSA_set0_pqg(dsa.get(), pne, qne, gne)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2324:30: warning: ‘int DSA_generate_key(DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2324 | if (!DSA_generate_key(dsa.get())) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2336:34: warning: ‘DSA* DSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2336 | dsa.reset(DSA_new()); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2337:47: warning: ‘int DSA_generate_parameters_ex(DSA*, int, const unsigned char*, int, int*, long unsigned int*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2337 | if (DSA_generate_parameters_ex( | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2338 | dsa.get(), 512, (const unsigned char *)"THIS_IS_A_DUMMY_SEED", 20, &dummy, nullptr, nullptr) != | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2345:34: warning: ‘int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2345 | if (!DSA_set0_pqg(dsa.get(), pne, qne, gne)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2348:38: warning: ‘int DSA_generate_key(DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2348 | if (!DSA_generate_key(dsa.get())) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2431:52: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2431 | const DSA *dsa_pkey = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2432:51: warning: ‘int i2d_DSAPublicKey(const DSA*, unsigned char**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2432 | int len = i2d_DSAPublicKey(dsa_pkey, nullptr); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2435:25: warning: ‘int i2d_DSAPublicKey(const DSA*, unsigned char**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2435 | i2d_DSAPublicKey(dsa_pkey, &p); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2440:36: warning: ‘DSA* d2i_DSAPublicKey(DSA**, const unsigned char**, long int)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2440 | DSA *dsa = d2i_DSAPublicKey(nullptr, (const unsigned char **)&p, result.size()); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2516:37: warning: ‘DSA* DSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2516 | DSA *dsa = DSA_new(); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2523:26: warning: ‘int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2523 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, bnpriv_key)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2523:63: warning: ‘int DSA_set0_key(DSA*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2523 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, bnpriv_key)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2524:21: warning: ‘void DSA_free(DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2524 | DSA_free(dsa); | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2537:36: warning: ‘DSA* DSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2537 | DSA *dsa = DSA_new(); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2543:26: warning: ‘int DSA_set0_pqg(DSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2543 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, nullptr)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2543:63: warning: ‘int DSA_set0_key(DSA*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2543 | if (!DSA_set0_pqg(dsa, bnp, bnq, bng) || !DSA_set0_key(dsa, bnpub_key, nullptr)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2544:21: warning: ‘void DSA_free(DSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2544 | DSA_free(dsa); | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2555:46: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2555 | const DSA *dsa = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2557:21: warning: ‘void DSA_get0_pqg(const DSA*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2557 | DSA_get0_pqg(dsa, &bnp, &bnq, &bng); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2563:46: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2563 | const DSA *dsa = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2565:21: warning: ‘void DSA_get0_key(const DSA*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2565 | DSA_get0_key(dsa, &bnpub_key, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2571:46: warning: ‘const dsa_st* EVP_PKEY_get0_DSA(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2571 | const DSA *dsa = EVP_PKEY_get0_DSA(evp.pkey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2573:21: warning: ‘void DSA_get0_key(const DSA*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2573 | DSA_get0_key(dsa, nullptr, &bnpriv_key); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2619:20: warning: ‘void DH_free(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2619 | DH_free(result); | ~~~~~~~^~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2624:29: warning: ‘DH* DH_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2624 | DH *dh = DH_new(); | ~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2627:25: warning: ‘int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2627 | if (!DH_set0_pqg(dh, bnp, nullptr, bng) || !DH_generate_key(dh)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2627:68: warning: ‘int DH_generate_key(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2627 | if (!DH_set0_pqg(dh, bnp, nullptr, bng) || !DH_generate_key(dh)) { | ~~~~~~~~~~~~~~~^~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2628:20: warning: ‘void DH_free(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2628 | DH_free(dh); | ~~~~~~~^~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2701:46: warning: ‘const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2701 | const DH *orig = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2702:36: warning: ‘DH* DH_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2702 | DH *dh = DH_new(); | ~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2704:20: warning: ‘void DH_get0_pqg(const DH*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2704 | DH_get0_pqg(orig, &bnp, nullptr, &bng); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2705:20: warning: ‘void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2705 | DH_get0_key(orig, &bnpub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2707:20: warning: ‘int DH_set0_key(DH*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2707 | DH_set0_key(dh, BN_dup(bnpub_key), nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2708:20: warning: ‘int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2708 | DH_set0_pqg(dh, BN_dup(bnp), nullptr, BN_dup(bng)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2729:42: warning: ‘const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2729 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2730:42: warning: ‘const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2730 | const DH *them = EVP_PKEY_get0_DH(theirPkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2735:20: warning: ‘void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2735 | DH_get0_key(them, &bnpub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2737:35: warning: ‘int DH_size(const DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2737 | SecureArray result(DH_size(dh)); | ~~~~~~~^~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2738:41: warning: ‘int DH_compute_key(unsigned char*, const BIGNUM*, DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2738 | int ret = DH_compute_key((unsigned char *)result.data(), bnpub_key, (DH *)dh); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2764:36: warning: ‘DH* DH_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2764 | DH *dh = DH_new(); | ~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2770:25: warning: ‘int DH_set0_key(DH*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2770 | if (!DH_set0_key(dh, bnpub_key, bnpriv_key) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2770:68: warning: ‘int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2770 | if (!DH_set0_key(dh, bnpub_key, bnpriv_key) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2771:20: warning: ‘void DH_free(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2771 | DH_free(dh); | ~~~~~~~^~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2784:35: warning: ‘DH* DH_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2784 | DH *dh = DH_new(); | ~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2789:25: warning: ‘int DH_set0_key(DH*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2789 | if (!DH_set0_key(dh, bnpub_key, nullptr) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2789:65: warning: ‘int DH_set0_pqg(DH*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2789 | if (!DH_set0_key(dh, bnpub_key, nullptr) || !DH_set0_pqg(dh, bnp, nullptr, bng)) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2790:20: warning: ‘void DH_free(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2790 | DH_free(dh); | ~~~~~~~^~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2801:44: warning: ‘const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2801 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2803:20: warning: ‘void DH_get0_pqg(const DH*, const BIGNUM**, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2803 | DH_get0_pqg(dh, &bnp, nullptr, &bng); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2809:44: warning: ‘const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2809 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2811:20: warning: ‘void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2811 | DH_get0_key(dh, &bnpub_key, nullptr); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2817:44: warning: ‘const dh_st* EVP_PKEY_get0_DH(const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2817 | const DH *dh = EVP_PKEY_get0_DH(evp.pkey); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2819:20: warning: ‘void DH_get0_key(const DH*, const BIGNUM**, const BIGNUM**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2819 | DH_get0_key(dh, nullptr, &bnpriv_key); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2857:23: warning: ‘int RSA_set_method(RSA*, const RSA_METHOD*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2857 | RSA_set_method(rsa, rsa_method()); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2862:21: warning: ‘int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2862 | RSA_set0_key(rsa, bnn, bne, nullptr); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2870:54: warning: ‘const RSA_METHOD* RSA_get_default_method()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2870 | ops = RSA_meth_dup(RSA_get_default_method()); | ~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2870:31: warning: ‘RSA_METHOD* RSA_meth_dup(const RSA_METHOD*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2870 | ops = RSA_meth_dup(RSA_get_default_method()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2871:34: warning: ‘int RSA_meth_set_priv_enc(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned char*, RSA*, int))’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2871 | RSA_meth_set_priv_enc(ops, nullptr); // pkcs11_rsa_encrypt | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2872:34: warning: ‘int RSA_meth_set_priv_dec(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned char*, RSA*, int))’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2872 | RSA_meth_set_priv_dec(ops, rsa_priv_dec); // pkcs11_rsa_encrypt | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2873:30: warning: ‘int RSA_meth_set_sign(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned int, unsigned char*, unsigned int*, const RSA*))’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2873 | RSA_meth_set_sign(ops, nullptr); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2874:32: warning: ‘int RSA_meth_set_verify(RSA_METHOD*, int (*)(int, const unsigned char*, unsigned int, const unsigned char*, unsigned int, const RSA*))’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2874 | RSA_meth_set_verify(ops, nullptr); // pkcs11_rsa_verify | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2875:32: warning: ‘int RSA_meth_set_finish(RSA_METHOD*, int (*)(RSA*))’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2875 | RSA_meth_set_finish(ops, rsa_finish); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:2920:21: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2920 | RSA *r = RSA_new(); | ~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/filewatchunittest/filewatchunittest.cpp:57:19: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 57 | tempFile->open(); | ~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/filewatchunittest/filewatchunittest.cpp:67:19: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 67 | tempFile->open(); | ~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/filewatchunittest/filewatchunittest.cpp:77:19: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result] 77 | tempFile->open(); | ~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/pkits/pkits.cpp:92:18: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 92 | certFile.open(QFile::ReadOnly); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/pkits/pkits.cpp:102:17: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 102 | crlFile.open(QFile::ReadOnly); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-pkcs11/qca-pkcs11.cpp:2177:15: warning: ‘int qvsnprintf(char*, size_t, const char*, __va_list_tag*)’ is deprecated: Use C++11 std::vsnprintf() instead, taking care to ensure that you didn't rely on QString::asprintf() idiosyncrasies that qvsnprintf might, but std::vsnprintf() does not, support. [-Wdeprecated-declarations] 2177 | qvsnprintf(buffer, sizeof(buffer) - 1, format, args); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:137:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 137 | QDateTime(QDate(2001, 8, 17), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:139:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 139 | QDateTime(QDate(2011, 8, 15), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:192:78: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 192 | QDateTime(QDate(2002, 8, 27), QTime(19, 02, 00), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:194:78: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 194 | QDateTime(QDate(2012, 8, 27), QTime(23, 59, 00), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:243:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 243 | QDateTime(QDate(2001, 8, 17), QTime(8, 32, 38), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:245:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 245 | QDateTime(QDate(2006, 8, 16), QTime(8, 32, 38), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:357:78: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 357 | QDateTime(QDate(2013, 7, 31), QTime(15, 14, 28), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:359:78: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 359 | QDateTime(QDate(2033, 7, 26), QTime(15, 14, 28), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:490:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 490 | QDateTime(QDate(2001, 8, 17), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:492:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 492 | QDateTime(QDate(2011, 8, 15), QTime(8, 30, 39), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:802:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 802 | QDateTime(QDate(2001, 8, 17), QTime(8, 46, 24), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:804:77: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 804 | QDateTime(QDate(2006, 8, 16), QTime(8, 46, 24), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:910:78: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 910 | QDateTime(QDate(2013, 7, 31), QTime(15, 23, 25), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:912:78: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 912 | QDateTime(QDate(2033, 7, 26), QTime(15, 23, 25), Qt::UTC).toString()); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1038:97: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1038 | QCOMPARE(crl1.thisUpdate(), QDateTime(QDate(2001, 8, 17), QTime(11, 12, 03), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1039:97: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1039 | QCOMPARE(crl1.nextUpdate(), QDateTime(QDate(2006, 8, 16), QTime(11, 12, 03), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1055:101: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1055 | QCOMPARE(revokedList[0].time(), QDateTime(QDate(2001, 8, 17), QTime(11, 10, 39), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1056:101: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1056 | QCOMPARE(revokedList[1].time(), QDateTime(QDate(2001, 8, 17), QTime(11, 11, 59), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1094:97: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1094 | QCOMPARE(crl1.thisUpdate(), QDateTime(QDate(2001, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1095:97: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1095 | QCOMPARE(crl1.nextUpdate(), QDateTime(QDate(2011, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1111:101: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1111 | QCOMPARE(revokedList[0].time(), QDateTime(QDate(2001, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/unittest/certunittest/certunittest.cpp:1112:101: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 1112 | QCOMPARE(revokedList[1].time(), QDateTime(QDate(2001, 4, 19), QTime(14, 57, 20), Qt::UTC)); | ^ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/plugins/qca-ossl/qca-ossl.cpp:3407:24: warning: ‘void QDateTime::setTimeSpec(Qt::TimeSpec)’ is deprecated: Use setTimeZone() instead [-Wdeprecated-declarations] 3407 | qdt.setTimeSpec(Qt::UTC); | ~~~~~~~~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/qca-2.3.12-build/qca-2.3.12/tools/qcatool/main.cpp:2780:25: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result] 2780 | logFile.open(QIODevice::Append | QIODevice::Text | QIODevice::Unbuffered); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~