-/* $OpenBSD: tasn_dec.c,v 1.82 2022/09/03 19:14:25 jsing Exp $ */
+/* $OpenBSD: tasn_dec.c,v 1.83 2022/09/03 19:15:23 jsing Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2000.
*/
}
static void
-asn1_template_stack_of_free(STACK_OF(ASN1_VALUE) *avals, const ASN1_TEMPLATE *at) {
+asn1_template_stack_of_free(STACK_OF(ASN1_VALUE) *avals,
+ const ASN1_TEMPLATE *at)
+{
ASN1_VALUE *aval;
if (avals == NULL)
eoc_needed = 0;
break;
}
- if (!asn1_item_d2i(&aval, &cbs_object_content, at->item,
- -1, 0, 0, depth)) {
+ if (!asn1_item_d2i(&aval, &cbs_object_content, at->item, -1, 0,
+ 0, depth)) {
ASN1error(ERR_R_NESTED_ASN1_ERROR);
goto err;
}