From: tb Date: Wed, 26 Apr 2023 14:23:18 +0000 (+0000) Subject: KNF nit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e636c8022f8b08a5278dd0a5d4c46b2e1ce89259;p=openbsd KNF nit --- diff --git a/lib/libcrypto/cms/cms_io.c b/lib/libcrypto/cms/cms_io.c index ef1bc4bc4da..38e76e0c2e4 100644 --- a/lib/libcrypto/cms/cms_io.c +++ b/lib/libcrypto/cms/cms_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_io.c,v 1.18 2023/04/25 19:08:30 tb Exp $ */ +/* $OpenBSD: cms_io.c,v 1.19 2023/04/26 14:23:18 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -132,7 +132,8 @@ BIO_new_CMS(BIO *out, CMS_ContentInfo *cms) /* CMS wrappers round generalised stream and MIME routines */ -int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) +int +i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) { return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)cms, in, flags, &CMS_ContentInfo_it);