From: jsing Date: Sat, 3 Sep 2022 19:15:23 +0000 (+0000) Subject: Rewrap some lines, no functional change. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3069054e816409571df28e7a7baa05445a927a10;p=openbsd Rewrap some lines, no functional change. --- diff --git a/lib/libcrypto/asn1/tasn_dec.c b/lib/libcrypto/asn1/tasn_dec.c index 272fead49d2..5e0692e0090 100644 --- a/lib/libcrypto/asn1/tasn_dec.c +++ b/lib/libcrypto/asn1/tasn_dec.c @@ -1,4 +1,4 @@ -/* $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. */ @@ -999,7 +999,9 @@ asn1_item_d2i(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it, } 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) @@ -1079,8 +1081,8 @@ asn1_template_stack_of_d2i(ASN1_VALUE **pval, CBS *cbs, const ASN1_TEMPLATE *at, 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; }