From 737e77df570ee08793d343c8c1fca9ac83ac9d80 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 2 Sep 2026 07:04:56 +0000 Subject: asn1_multi: fix a comment Shorter, more precise and closer to grammatically correct. ok kenjiro --- src/lib/libcrypto/asn1/asn1_gen.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/asn1_gen.c b/src/lib/libcrypto/asn1/asn1_gen.c index 5ff177e9d5..0918b6aefc 100644 --- a/src/lib/libcrypto/asn1/asn1_gen.c +++ b/src/lib/libcrypto/asn1/asn1_gen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_gen.c,v 1.29 2026/09/02 07:03:45 tb Exp $ */ +/* $OpenBSD: asn1_gen.c,v 1.30 2026/09/02 07:04:56 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2002. */ @@ -462,8 +462,7 @@ asn1_multi(int utype, const char *section, X509V3_CTX *cnf) } } - /* Now we has a STACK of the components, convert to the correct form */ - + /* DER encode the stack as a SET or a SEQUENCE per utype. */ if (utype == V_ASN1_SET) derlen = i2d_ASN1_SET_ANY(sk, &der); else -- cgit v1.2.3-55-g6feb