From a49066312b3346276f4a18ccaf1b4ceb8da13af5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 21 Apr 2023 19:08:47 +0000 Subject: Unwrap a line --- src/lib/libcrypto/cms/cms_io.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/cms/cms_io.c') diff --git a/src/lib/libcrypto/cms/cms_io.c b/src/lib/libcrypto/cms/cms_io.c index 8a6b12e90f..b06a5047c8 100644 --- a/src/lib/libcrypto/cms/cms_io.c +++ b/src/lib/libcrypto/cms/cms_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_io.c,v 1.12 2022/11/26 16:08:51 tb Exp $ */ +/* $OpenBSD: cms_io.c,v 1.13 2023/04/21 19:08:47 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -123,8 +123,7 @@ PEM_write_CMS(FILE *fp, const CMS_ContentInfo *x) BIO * BIO_new_CMS(BIO *out, CMS_ContentInfo *cms) { - return BIO_new_NDEF(out, (ASN1_VALUE *)cms, - &CMS_ContentInfo_it); + return BIO_new_NDEF(out, (ASN1_VALUE *)cms, &CMS_ContentInfo_it); } /* CMS wrappers round generalised stream and MIME routines */ -- cgit v1.2.3-55-g6feb