Snippets for dovecot 2.3.21.1 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/dovecot/2.3.21.1_3/150arm64-default.log.
-
dovecot-openssl-common.c:79:3: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] 79 | ENGINE_finish(dovecot_openssl_engine); | ^ -
dovecot-openssl-common.c:113:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations] 113 | ENGINE_load_builtin_engines(); | ^ -
dovecot-openssl-common.c:114:27: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] 114 | dovecot_openssl_engine = ENGINE_by_id(engine); | ^ -
dovecot-openssl-common.c:119:6: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] 119 | if (ENGINE_init(dovecot_openssl_engine) == 0) { | ^ -
dovecot-openssl-common.c:121:3: warning: 'ENGINE_free' is deprecated [-Wdeprecated-declarations] 121 | ENGINE_free(dovecot_openssl_engine); | ^ -
dovecot-openssl-common.c:125:6: warning: 'ENGINE_set_default' is deprecated [-Wdeprecated-declarations] 125 | if (ENGINE_set_default(dovecot_openssl_engine, ENGINE_METHOD_ALL) == 0) { | ^ -
dovecot-openssl-common.c:127:3: warning: 'ENGINE_free' is deprecated [-Wdeprecated-declarations] 127 | ENGINE_free(dovecot_openssl_engine); | ^ -
iostream-openssl-common.c:273:16: warning: 'ERR_get_error_line_data' is deprecated [-Wdeprecated-declarations] 273 | while ((err = ERR_get_error_line_data(NULL, NULL, &data, &flags)) != 0) { | ^ -
iostream-openssl-context.c:34:13: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] 34 | RSA *rsa = RSA_new(); | ^ -
iostream-openssl-context.c:37:6: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations] 37 | RSA_generate_key_ex(rsa, keylength, bn, NULL) != 0) { | ^ -
iostream-openssl-context.c:45:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 45 | RSA_free(rsa); | ^ -
iostream-openssl-context.c:136:7: warning: 'PEM_read_bio_DHparams' is deprecated [-Wdeprecated-declarations] 136 | dh = PEM_read_bio_DHparams(bio, &dh, NULL, NULL); | ^ -
iostream-openssl-context.c:185:2: warning: 'DH_free' is deprecated [-Wdeprecated-declarations] 185 | DH_free(dh); | ^ -
iostream-openssl-context.c:564:3: warning: 'SSL_CTX_set_tmp_dh_callback' is deprecated [-Wdeprecated-declarations] 564 | SSL_CTX_set_tmp_dh_callback(ssl_ctx, ssl_tmp_dh_callback); | ^ -
dcrypt-openssl.c:255:6: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] 255 | p = EC_KEY_get0_public_key(key); | ^ -
dcrypt-openssl.c:256:6: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 256 | g = EC_KEY_get0_group(key); | ^ -
dcrypt-openssl.c:583:2: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] 583 | HMAC_CTX_free((*ctx)->ctx); | ^ -
dcrypt-openssl.c:631:13: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations] 631 | ctx->ctx = HMAC_CTX_new(); | ^ -
dcrypt-openssl.c:635:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations] 635 | ec = HMAC_Init_ex(ctx->ctx, ctx->key, ctx->klen, ctx->md, NULL); | ^ -
dcrypt-openssl.c:648:7: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations] 648 | ec = HMAC_Update(ctx->ctx, data, data_len); | ^ -
dcrypt-openssl.c:662:7: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations] 662 | ec = HMAC_Final(ctx->ctx, buf, &outl); | ^ -
dcrypt-openssl.c:663:2: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] 663 | HMAC_CTX_free(ctx->ctx); | ^ -
dcrypt-openssl.c:706:2: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 706 | EC_KEY_set_asn1_flag(EVP_PKEY_get0_EC_KEY((*key)), | ^ -
dcrypt-openssl.c:706:23: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 706 | EC_KEY_set_asn1_flag(EVP_PKEY_get0_EC_KEY((*key)), | ^ -
dcrypt-openssl.c:706:23: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 706 | EC_KEY_set_asn1_flag(EVP_PKEY_get0_EC_KEY((*key)), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:777:24: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 777 | const EC_GROUP *grp = EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(local)); | ^ -
dcrypt-openssl.c:777:42: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 777 | const EC_GROUP *grp = EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(local)); | ^ -
dcrypt-openssl.c:788:19: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations] 788 | EC_KEY *ec_key = EC_KEY_new(); | ^ -
dcrypt-openssl.c:793:6: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations] 793 | EC_KEY_set_group(ec_key, grp) != 1 || | ^ -
dcrypt-openssl.c:794:6: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 794 | EC_KEY_set_public_key(ec_key, pub) != 1) | ^ -
dcrypt-openssl.c:801:18: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 801 | if (ec == -1 || EC_KEY_check_key(ec_key) != 1) { | ^ -
dcrypt-openssl.c:802:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 802 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:808:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 808 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:811:2: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 811 | EVP_PKEY_set1_EC_KEY(peer, ec_key); | ^ -
dcrypt-openssl.c:812:2: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 812 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:842:3: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 842 | EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(peer))); | ^ -
dcrypt-openssl.c:842:21: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 842 | EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(peer))); | ^ -
dcrypt-openssl.c:858:24: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] 858 | const EC_POINT *pub = EC_KEY_get0_public_key(EVP_PKEY_get0_EC_KEY(local)); | ^ -
dcrypt-openssl.c:858:47: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 858 | const EC_POINT *pub = EC_KEY_get0_public_key(EVP_PKEY_get0_EC_KEY(local)); | ^ -
dcrypt-openssl.c:859:24: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 859 | const EC_GROUP *grp = EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(local)); | ^ -
dcrypt-openssl.c:859:42: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 859 | const EC_GROUP *grp = EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(local)); | ^ -
dcrypt-openssl.c:1099:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations] 1099 | EC_KEY *eckey = EC_KEY_new_by_curve_name(nid); | ^ -
dcrypt-openssl.c:1105:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1105 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1108:2: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations] 1108 | EC_KEY_set_private_key(eckey, point); | ^ -
dcrypt-openssl.c:1109:2: warning: 'EC_KEY_precompute_mult' is deprecated [-Wdeprecated-declarations] 1109 | EC_KEY_precompute_mult(eckey, bnctx); | ^ -
dcrypt-openssl.c:1110:2: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 1110 | EC_KEY_set_asn1_flag(eckey, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:1111:31: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 1111 | EC_POINT *pub = EC_POINT_new(EC_KEY_get0_group(eckey)); | ^ -
dcrypt-openssl.c:1113:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1113 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1118:20: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 1118 | ec = EC_POINT_mul(EC_KEY_get0_group(eckey), pub, point, | ^ -
dcrypt-openssl.c:1120:2: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 1120 | EC_KEY_set_public_key(eckey, pub); | ^ -
dcrypt-openssl.c:1126:17: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 1126 | if (ec == 1 && EC_KEY_check_key(eckey) == 1) { | ^ -
dcrypt-openssl.c:1131:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1131 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1140:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1140 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1145:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1145 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1148:3: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 1148 | EVP_PKEY_set1_EC_KEY(key, eckey); | ^ -
dcrypt-openssl.c:1149:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1149 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1156:2: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1156 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1346:14: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] 1346 | RSA *rsa = RSA_new(); | ^ -
dcrypt-openssl.c:1349:7: warning: 'd2i_RSAPrivateKey' is deprecated [-Wdeprecated-declarations] 1349 | d2i_RSAPrivateKey(&rsa, &ptr, key_data->used) == NULL || | ^ -
dcrypt-openssl.c:1350:7: warning: 'RSA_check_key' is deprecated [-Wdeprecated-declarations] 1350 | RSA_check_key(rsa) != 1) { | ^ -
dcrypt-openssl.c:1353:4: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1353 | RSA_free(rsa); | ^ -
dcrypt-openssl.c:1361:4: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1361 | RSA_free(rsa); | ^ -
dcrypt-openssl.c:1364:3: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations] 1364 | EVP_PKEY_set1_RSA(pkey, rsa); | ^ -
dcrypt-openssl.c:1365:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1365 | RSA_free(rsa); | ^ -
dcrypt-openssl.c:1379:19: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations] 1379 | EC_KEY *eckey = EC_KEY_new_by_curve_name(nid); | ^ -
dcrypt-openssl.c:1386:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1386 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1390:3: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations] 1390 | EC_KEY_set_private_key(eckey, point); | ^ -
dcrypt-openssl.c:1391:3: warning: 'EC_KEY_precompute_mult' is deprecated [-Wdeprecated-declarations] 1391 | EC_KEY_precompute_mult(eckey, bnctx); | ^ -
dcrypt-openssl.c:1392:3: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 1392 | EC_KEY_set_asn1_flag(eckey, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:1393:32: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 1393 | EC_POINT *pub = EC_POINT_new(EC_KEY_get0_group(eckey)); | ^ -
dcrypt-openssl.c:1398:22: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 1398 | ec = EC_POINT_mul(EC_KEY_get0_group(eckey), pub, point, | ^ -
dcrypt-openssl.c:1400:4: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 1400 | EC_KEY_set_public_key(eckey, pub); | ^ -
dcrypt-openssl.c:1407:33: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 1407 | if (ec == 1 && key != NULL && EC_KEY_check_key(eckey) == 1) { | ^ -
dcrypt-openssl.c:1408:4: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 1408 | EVP_PKEY_set1_EC_KEY(key, eckey); | ^ -
dcrypt-openssl.c:1409:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1409 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1415:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1415 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:1536:19: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations] 1536 | EC_KEY *ec_key = EC_KEY_new_by_curve_name(nid); | ^ -
dcrypt-openssl.c:1547:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1547 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:1553:12: warning: 'EC_KEY_set_public_key_affine_coordinates' is deprecated [-Wdeprecated-declarations] 1553 | int ret = EC_KEY_set_public_key_affine_coordinates(ec_key, px, py); | ^ -
dcrypt-openssl.c:1558:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1558 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:1567:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1567 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:1570:9: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations] 1570 | ret = EC_KEY_set_private_key(ec_key, pd); | ^ -
dcrypt-openssl.c:1573:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1573 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:1578:6: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 1578 | if (EC_KEY_check_key(ec_key) != 1) { | ^ -
dcrypt-openssl.c:1579:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1579 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:1583:2: warning: 'EC_KEY_precompute_mult' is deprecated [-Wdeprecated-declarations] 1583 | EC_KEY_precompute_mult(ec_key, NULL); | ^ -
dcrypt-openssl.c:1584:2: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 1584 | EC_KEY_set_asn1_flag(ec_key, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:1588:2: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 1588 | EVP_PKEY_set1_EC_KEY(pkey, ec_key); | ^ -
dcrypt-openssl.c:1589:2: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1589 | EC_KEY_free(ec_key); | ^ -
dcrypt-openssl.c:1732:17: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] 1732 | RSA *rsa_key = RSA_new(); | ^ -
dcrypt-openssl.c:1741:6: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] 1741 | if (RSA_set0_key(rsa_key, pn, pe, pd) != 1) { | ^ -
dcrypt-openssl.c:1746:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1746 | RSA_free(rsa_key); | ^ -
dcrypt-openssl.c:1768:7: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations] 1768 | RSA_set0_factors(rsa_key, pp, pq) != 1) { | ^ -
dcrypt-openssl.c:1769:4: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1769 | RSA_free(rsa_key); | ^ -
dcrypt-openssl.c:1776:14: warning: 'RSA_set0_crt_params' is deprecated [-Wdeprecated-declarations] 1776 | } else if (RSA_set0_crt_params(rsa_key, pdp, pdq, pqi) != 1) { | ^ -
dcrypt-openssl.c:1777:4: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1777 | RSA_free(rsa_key); | ^ -
dcrypt-openssl.c:1787:2: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations] 1787 | EVP_PKEY_set1_RSA(pkey, rsa_key); | ^ -
dcrypt-openssl.c:1788:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 1788 | RSA_free(rsa_key); | ^ -
dcrypt-openssl.c:1936:25: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 1936 | const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); | ^ -
dcrypt-openssl.c:1939:36: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 1939 | int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)); | ^ -
dcrypt-openssl.c:1940:33: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] 1940 | const EC_POINT *public_point = EC_KEY_get0_public_key(ec_key); | ^ -
dcrypt-openssl.c:1945:6: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated [-Wdeprecated-declarations] 1945 | if (EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ec_key), public_point, | ^ -
dcrypt-openssl.c:1945:42: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 1945 | if (EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ec_key), public_point, | ^ -
dcrypt-openssl.c:1973:21: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] 1973 | const BIGNUM *d = EC_KEY_get0_private_key(ec_key); | ^ -
dcrypt-openssl.c:2039:18: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations] 2039 | EC_KEY *eckey = EC_KEY_new_by_curve_name(nid); | ^ -
dcrypt-openssl.c:2045:2: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 2045 | EC_KEY_set_asn1_flag(eckey, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:2048:33: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 2048 | EC_POINT *point = EC_POINT_new(EC_KEY_get0_group(eckey)); | ^ -
dcrypt-openssl.c:2050:25: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 2050 | EC_POINT_hex2point(EC_KEY_get0_group(eckey), | ^ -
dcrypt-openssl.c:2053:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 2053 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:2060:2: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 2060 | EC_KEY_set_public_key(eckey, point); | ^ -
dcrypt-openssl.c:2061:2: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 2061 | EC_KEY_set_asn1_flag(eckey, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:2065:6: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 2065 | if (EC_KEY_check_key(eckey) == 1) { | ^ -
dcrypt-openssl.c:2067:3: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 2067 | EVP_PKEY_set1_EC_KEY(key, eckey); | ^ -
dcrypt-openssl.c:2068:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 2068 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:2255:4: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 2255 | EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey)))); | ^ -
dcrypt-openssl.c:2255:22: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2255 | EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey)))); | ^ -
dcrypt-openssl.c:2256:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 2256 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^ -
dcrypt-openssl.c:2256:24: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2256 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^ -
dcrypt-openssl.c:2256:24: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2256 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2277:8: warning: initializing 'RSA *' (aka 'struct rsa_st *') with an expression of type 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2277 | RSA *rsa = EVP_PKEY_get0_RSA(pkey); | ^ ~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2277:14: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] 2277 | RSA *rsa = EVP_PKEY_get0_RSA(pkey); | ^ -
dcrypt-openssl.c:2278:13: warning: 'i2d_RSAPrivateKey' is deprecated [-Wdeprecated-declarations] 2278 | int len = i2d_RSAPrivateKey(rsa, &ptr); | ^ -
dcrypt-openssl.c:2284:11: warning: initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'const struct ec_key_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2284 | EC_KEY *eckey = EVP_PKEY_get0_EC_KEY(pkey); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2284:19: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2284 | EC_KEY *eckey = EVP_PKEY_get0_EC_KEY(pkey); | ^ -
dcrypt-openssl.c:2285:22: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] 2285 | const BIGNUM *pk = EC_KEY_get0_private_key(eckey); | ^ -
dcrypt-openssl.c:2350:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 2350 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pubkey), | ^ -
dcrypt-openssl.c:2350:24: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2350 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pubkey), | ^ -
dcrypt-openssl.c:2350:24: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2350 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pubkey), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2422:3: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 2422 | EC_KEY_set_asn1_flag(EVP_PKEY_get0_EC_KEY(key), | ^ -
dcrypt-openssl.c:2422:24: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2422 | EC_KEY_set_asn1_flag(EVP_PKEY_get0_EC_KEY(key), | ^ -
dcrypt-openssl.c:2422:24: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2422 | EC_KEY_set_asn1_flag(EVP_PKEY_get0_EC_KEY(key), | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2484:19: warning: 'd2i_EC_PUBKEY_bio' is deprecated [-Wdeprecated-declarations] 2484 | EC_KEY *eckey = d2i_EC_PUBKEY_bio(b64, NULL); | ^ -
dcrypt-openssl.c:2486:4: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 2486 | EC_KEY_set_asn1_flag(eckey, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:2489:5: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 2489 | EVP_PKEY_set1_EC_KEY(key, eckey); | ^ -
dcrypt-openssl.c:2490:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 2490 | EC_KEY_free(eckey); | ^ -
dcrypt-openssl.c:2535:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 2535 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^ -
dcrypt-openssl.c:2535:24: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2535 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^ -
dcrypt-openssl.c:2535:24: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2535 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2597:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 2597 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^ -
dcrypt-openssl.c:2597:24: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2597 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^ -
dcrypt-openssl.c:2597:24: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 2597 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(pkey), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:2612:8: warning: 'i2d_EC_PUBKEY_bio' is deprecated [-Wdeprecated-declarations] 2612 | ec = i2d_EC_PUBKEY_bio(b64, EVP_PKEY_get0_EC_KEY(pkey)); | ^ -
dcrypt-openssl.c:2612:31: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2612 | ec = i2d_EC_PUBKEY_bio(b64, EVP_PKEY_get0_EC_KEY(pkey)); | ^ -
dcrypt-openssl.c:2649:14: warning: 'RSAPublicKey_dup' is deprecated [-Wdeprecated-declarations] 2649 | RSA *rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(pkey)); | ^ -
dcrypt-openssl.c:2649:31: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] 2649 | RSA *rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(pkey)); | ^ -
dcrypt-openssl.c:2650:3: warning: 'EVP_PKEY_set1_RSA' is deprecated [-Wdeprecated-declarations] 2650 | EVP_PKEY_set1_RSA(pk, rsa); | ^ -
dcrypt-openssl.c:2651:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 2651 | RSA_free(rsa); | ^ -
dcrypt-openssl.c:2653:17: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations] 2653 | EC_KEY* eck = EVP_PKEY_get1_EC_KEY(pkey); | ^ -
dcrypt-openssl.c:2654:3: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 2654 | EC_KEY_set_asn1_flag(eck, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:2655:3: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 2655 | EVP_PKEY_set1_EC_KEY(pk, eck); | ^ -
dcrypt-openssl.c:2656:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 2656 | EC_KEY_free(eck); | ^ -
dcrypt-openssl.c:3004:46: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3004 | char *pub_pt_hex = ec_key_get_pub_point_hex(EVP_PKEY_get0_EC_KEY(pub)); | ^ -
dcrypt-openssl.c:3027:46: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3027 | char *pub_pt_hex = ec_key_get_pub_point_hex(EVP_PKEY_get0_EC_KEY(priv)); | ^ -
dcrypt-openssl.c:3047:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 3047 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(key), | ^ -
dcrypt-openssl.c:3047:24: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3047 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(key), | ^ -
dcrypt-openssl.c:3047:24: warning: passing 'const struct ec_key_st *' to parameter of type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 3047 | EC_KEY_set_conv_form(EVP_PKEY_get0_EC_KEY(key), | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:3163:10: warning: initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'const struct ec_key_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 3163 | EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:3163:19: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3163 | EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); | ^ -
dcrypt-openssl.c:3165:35: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3165 | int rs_len = EC_GROUP_order_bits(EC_KEY_get0_group(ec_key)) / 8; | ^ -
dcrypt-openssl.c:3174:16: warning: 'ECDSA_do_sign' is deprecated [-Wdeprecated-declarations] 3174 | if ((ec_sig = ECDSA_do_sign(digest->data, digest->used, ec_key)) == NULL) | ^ -
dcrypt-openssl.c:3281:10: warning: initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'const struct ec_key_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 3281 | EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:3281:19: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3281 | EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); | ^ -
dcrypt-openssl.c:3310:7: warning: 'ECDSA_do_verify' is deprecated [-Wdeprecated-declarations] 3310 | ec = ECDSA_do_verify(digest->data, digest->used, ec_sig, ec_key); | ^ -
dcrypt-openssl.c:3399:11: warning: initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'const struct ec_key_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 3399 | EC_KEY *key = EVP_PKEY_get0_EC_KEY(priv); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:3399:17: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3399 | EC_KEY *key = EVP_PKEY_get0_EC_KEY(priv); | ^ -
dcrypt-openssl.c:3400:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 3400 | EC_KEY_set_conv_form(key, POINT_CONVERSION_UNCOMPRESSED); | ^ -
dcrypt-openssl.c:3401:37: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3401 | int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(key)); | ^ -
dcrypt-openssl.c:3415:21: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] 3415 | const BIGNUM *b = EC_KEY_get0_private_key(key); | ^ -
dcrypt-openssl.c:3450:11: warning: initializing 'EC_KEY *' (aka 'struct ec_key_st *') with an expression of type 'const struct ec_key_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 3450 | EC_KEY *key = EVP_PKEY_get0_EC_KEY(pub); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ -
dcrypt-openssl.c:3450:17: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3450 | EC_KEY *key = EVP_PKEY_get0_EC_KEY(pub); | ^ -
dcrypt-openssl.c:3451:3: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations] 3451 | EC_KEY_set_conv_form(key, POINT_CONVERSION_UNCOMPRESSED); | ^ -
dcrypt-openssl.c:3452:37: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3452 | int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(key)); | ^ -
dcrypt-openssl.c:3467:27: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] 3467 | const EC_POINT *point = EC_KEY_get0_public_key(key); | ^ -
dcrypt-openssl.c:3468:28: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3468 | len = EC_POINT_point2oct(EC_KEY_get0_group(key), point, | ^ -
dcrypt-openssl.c:3475:26: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3475 | if (EC_POINT_point2oct(EC_KEY_get0_group(key), point, | ^ -
dcrypt-openssl.c:3526:17: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations] 3526 | EC_KEY *key = EC_KEY_new_by_curve_name(nid); | ^ -
dcrypt-openssl.c:3527:8: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations] 3527 | ec = EC_KEY_set_private_key(key, bn); | ^ -
dcrypt-openssl.c:3531:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 3531 | EC_KEY_free(key); | ^ -
dcrypt-openssl.c:3536:32: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3536 | EC_POINT *pub = EC_POINT_new(EC_KEY_get0_group(key)); | ^ -
dcrypt-openssl.c:3538:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 3538 | EC_KEY_free(key); | ^ -
dcrypt-openssl.c:3542:21: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3542 | ec = EC_POINT_mul(EC_KEY_get0_group(key), pub, | ^ -
dcrypt-openssl.c:3543:7: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] 3543 | EC_KEY_get0_private_key(key), | ^ -
dcrypt-openssl.c:3546:9: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 3546 | ec = EC_KEY_set_public_key(key, pub); | ^ -
dcrypt-openssl.c:3550:18: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 3550 | if (ec != 1 || EC_KEY_check_key(key) != 1) { | ^ -
dcrypt-openssl.c:3551:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 3551 | EC_KEY_free(key); | ^ -
dcrypt-openssl.c:3554:3: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 3554 | EC_KEY_set_asn1_flag(key, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:3557:3: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 3557 | EVP_PKEY_set1_EC_KEY(pkey, key); | ^ -
dcrypt-openssl.c:3558:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 3558 | EC_KEY_free(key); | ^ -
dcrypt-openssl.c:3616:17: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations] 3616 | EC_KEY *key = EC_KEY_new(); | ^ -
dcrypt-openssl.c:3617:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations] 3617 | ec = EC_KEY_set_group(key, group); | ^ -
dcrypt-openssl.c:3619:9: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 3619 | ec = EC_KEY_set_public_key(key, point); | ^ -
dcrypt-openssl.c:3623:18: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 3623 | if (ec != 1 || EC_KEY_check_key(key) != 1) { | ^ -
dcrypt-openssl.c:3624:4: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 3624 | EC_KEY_free(key); | ^ -
dcrypt-openssl.c:3628:3: warning: 'EC_KEY_precompute_mult' is deprecated [-Wdeprecated-declarations] 3628 | EC_KEY_precompute_mult(key, NULL); | ^ -
dcrypt-openssl.c:3629:3: warning: 'EC_KEY_set_asn1_flag' is deprecated [-Wdeprecated-declarations] 3629 | EC_KEY_set_asn1_flag(key, OPENSSL_EC_NAMED_CURVE); | ^ -
dcrypt-openssl.c:3631:3: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 3631 | EVP_PKEY_set1_EC_KEY(pkey, key); | ^ -
dcrypt-openssl.c:3632:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 3632 | EC_KEY_free(key); | ^ -
dcrypt-openssl.c:3657:5: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3657 | EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey)))); | ^ -
dcrypt-openssl.c:3657:23: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 3657 | EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey)))); | ^ -
mail-index-transaction-update.c:503:4: warning: result of comparison of constant 2147483647 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare] 503 | ENUM_NEGATE(u.remove_flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
mail-index-transaction-update.c:506:4: warning: result of comparison of constant 2147483647 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare] 506 | ENUM_NEGATE(u.add_flags); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
mail-index-transaction-view.c:125:17: warning: result of comparison of constant 2147483647 with expression of type 'const uint16_t' (aka 'const unsigned short') is always false [-Wtautological-constant-out-of-range-compare] 125 | trec->flags &= ENUM_NEGATE(updates[idx].remove_flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
mail-index-sync.c:999:21: warning: result of comparison of constant 2147483647 with expression of type 'const uint8_t' (aka 'const unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 999 | *flags = (*flags & ENUM_NEGATE(sync_rec->remove_flags)) | sync_rec->add_flags; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
mail-index-view-sync.c:372:30: warning: result of comparison of constant 2147483647 with expression of type 'const uint8_t' (aka 'const unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 372 | flag_update.remove_flags = ENUM_NEGATE(new_rec->flags) & 0xff; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dsync-transaction-log-scan.c:180:29: warning: result of comparison of constant 2147483647 with expression of type 'const uint8_t' (aka 'const unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 180 | change->remove_flags &= ENUM_NEGATE(rec->add_flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
dsync-transaction-log-scan.c:182:26: warning: result of comparison of constant 2147483647 with expression of type 'const uint8_t' (aka 'const unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 182 | change->add_flags &= ENUM_NEGATE(rec->remove_flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
acl-cache.c:240:25: warning: result of comparison of constant 2147483647 with expression of type 'unsigned char' is always false [-Wtautological-constant-out-of-range-compare] 240 | old_mask->mask[i] &= ENUM_NEGATE(change_mask->mask[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
acl-cache.c:364:21: warning: result of comparison of constant 2147483647 with expression of type 'unsigned char' is always false [-Wtautological-constant-out-of-range-compare] 364 | mask->mask[i] &= ENUM_NEGATE(obj_cache->my_neg_rights->mask[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~