From 35718f0265c83f7e352a7c2a46a1abd8cc6de5d7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 17 Jan 2025 05:02:18 +0000 Subject: asn_mime: deteched -> detached + a knf nit --- src/lib/libcrypto/asn1/asn_mime.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/asn1/asn_mime.c b/src/lib/libcrypto/asn1/asn_mime.c index 261067366a..3995fc547c 100644 --- a/src/lib/libcrypto/asn1/asn_mime.c +++ b/src/lib/libcrypto/asn1/asn_mime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn_mime.c,v 1.34 2024/03/29 04:35:42 tb Exp $ */ +/* $OpenBSD: asn_mime.c,v 1.35 2025/01/17 05:02:18 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -379,7 +379,8 @@ asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, ASN1_STREAM_ARG sarg; int rv = 1; - /* If data is not deteched or resigning then the output BIO is + /* + * If data is not detached or resigning then the output BIO is * already set up to finalise when it is written through. */ if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST)) { -- cgit v1.2.3-55-g6feb