Loading crypto/bio/b_addr.c +0 −3 Original line number Diff line number Diff line Loading @@ -566,9 +566,6 @@ static int addrinfo_wrap(int family, int socktype, unsigned short port, BIO_ADDRINFO **bai) { if (bai == NULL) return 0; *bai = OPENSSL_zalloc(sizeof(**bai)); if (*bai == NULL) return 0; Loading crypto/ec/ec_key.c +0 −2 Original line number Diff line number Diff line Loading @@ -191,8 +191,6 @@ int EC_KEY_generate_key(EC_KEY *eckey) int ossl_ec_key_gen(EC_KEY *eckey) { if (!ossl_assert(eckey->group->meth->keygen != NULL)) return 0; return eckey->group->meth->keygen(eckey); } Loading crypto/ec/ec_lib.c +0 −2 Original line number Diff line number Diff line Loading @@ -330,8 +330,6 @@ const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) int EC_GROUP_order_bits(const EC_GROUP *group) { if (!ossl_assert(group->meth->group_order_bits != NULL)) return 0; return group->meth->group_order_bits(group); } Loading crypto/x509v3/v3_addr.c +0 −2 Original line number Diff line number Diff line Loading @@ -430,8 +430,6 @@ static int make_addressRange(IPAddressOrRange **result, if ((aor = IPAddressOrRange_new()) == NULL) return 0; aor->type = IPAddressOrRange_addressRange; if (!ossl_assert(aor->u.addressRange == NULL)) return 0; if ((aor->u.addressRange = IPAddressRange_new()) == NULL) goto err; if (aor->u.addressRange->min == NULL && Loading crypto/x509v3/v3_asid.c +1 −5 Original line number Diff line number Diff line Loading @@ -168,8 +168,6 @@ int X509v3_asid_add_inherit(ASIdentifiers *asid, int which) if (*choice == NULL) { if ((*choice = ASIdentifierChoice_new()) == NULL) return 0; if (!ossl_assert((*choice)->u.inherit == NULL)) return 0; if (((*choice)->u.inherit = ASN1_NULL_new()) == NULL) return 0; (*choice)->type = ASIdentifierChoice_inherit; Loading Loading @@ -202,8 +200,6 @@ int X509v3_asid_add_id_or_range(ASIdentifiers *asid, if (*choice == NULL) { if ((*choice = ASIdentifierChoice_new()) == NULL) return 0; if (!ossl_assert((*choice)->u.asIdsOrRanges == NULL)) return 0; (*choice)->u.asIdsOrRanges = sk_ASIdOrRange_new(ASIdOrRange_cmp); if ((*choice)->u.asIdsOrRanges == NULL) return 0; Loading Loading @@ -238,7 +234,7 @@ int X509v3_asid_add_id_or_range(ASIdentifiers *asid, static int extract_min_max(ASIdOrRange *aor, ASN1_INTEGER **min, ASN1_INTEGER **max) { if (!ossl_assert(aor != NULL && min != NULL && max != NULL)) if (!ossl_assert(aor != NULL)) return 0; switch (aor->type) { case ASIdOrRange_id: Loading Loading
crypto/bio/b_addr.c +0 −3 Original line number Diff line number Diff line Loading @@ -566,9 +566,6 @@ static int addrinfo_wrap(int family, int socktype, unsigned short port, BIO_ADDRINFO **bai) { if (bai == NULL) return 0; *bai = OPENSSL_zalloc(sizeof(**bai)); if (*bai == NULL) return 0; Loading
crypto/ec/ec_key.c +0 −2 Original line number Diff line number Diff line Loading @@ -191,8 +191,6 @@ int EC_KEY_generate_key(EC_KEY *eckey) int ossl_ec_key_gen(EC_KEY *eckey) { if (!ossl_assert(eckey->group->meth->keygen != NULL)) return 0; return eckey->group->meth->keygen(eckey); } Loading
crypto/ec/ec_lib.c +0 −2 Original line number Diff line number Diff line Loading @@ -330,8 +330,6 @@ const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) int EC_GROUP_order_bits(const EC_GROUP *group) { if (!ossl_assert(group->meth->group_order_bits != NULL)) return 0; return group->meth->group_order_bits(group); } Loading
crypto/x509v3/v3_addr.c +0 −2 Original line number Diff line number Diff line Loading @@ -430,8 +430,6 @@ static int make_addressRange(IPAddressOrRange **result, if ((aor = IPAddressOrRange_new()) == NULL) return 0; aor->type = IPAddressOrRange_addressRange; if (!ossl_assert(aor->u.addressRange == NULL)) return 0; if ((aor->u.addressRange = IPAddressRange_new()) == NULL) goto err; if (aor->u.addressRange->min == NULL && Loading
crypto/x509v3/v3_asid.c +1 −5 Original line number Diff line number Diff line Loading @@ -168,8 +168,6 @@ int X509v3_asid_add_inherit(ASIdentifiers *asid, int which) if (*choice == NULL) { if ((*choice = ASIdentifierChoice_new()) == NULL) return 0; if (!ossl_assert((*choice)->u.inherit == NULL)) return 0; if (((*choice)->u.inherit = ASN1_NULL_new()) == NULL) return 0; (*choice)->type = ASIdentifierChoice_inherit; Loading Loading @@ -202,8 +200,6 @@ int X509v3_asid_add_id_or_range(ASIdentifiers *asid, if (*choice == NULL) { if ((*choice = ASIdentifierChoice_new()) == NULL) return 0; if (!ossl_assert((*choice)->u.asIdsOrRanges == NULL)) return 0; (*choice)->u.asIdsOrRanges = sk_ASIdOrRange_new(ASIdOrRange_cmp); if ((*choice)->u.asIdsOrRanges == NULL) return 0; Loading Loading @@ -238,7 +234,7 @@ int X509v3_asid_add_id_or_range(ASIdentifiers *asid, static int extract_min_max(ASIdOrRange *aor, ASN1_INTEGER **min, ASN1_INTEGER **max) { if (!ossl_assert(aor != NULL && min != NULL && max != NULL)) if (!ossl_assert(aor != NULL)) return 0; switch (aor->type) { case ASIdOrRange_id: Loading