From 8f78cc1cefeb39af4c91e2a88a30592310a88991 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 9 Jan 2026 03:34:30 +0000 Subject: asn1t.h: whitespace nit --- src/lib/libcrypto/asn1/asn1t.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/asn1t.h b/src/lib/libcrypto/asn1/asn1t.h index a7e98ee65c..655e01ab6a 100644 --- a/src/lib/libcrypto/asn1/asn1t.h +++ b/src/lib/libcrypto/asn1/asn1t.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1t.h,v 1.25 2026/01/07 10:18:35 tb Exp $ */ +/* $OpenBSD: asn1t.h,v 1.26 2026/01/09 03:34:30 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -573,7 +573,7 @@ struct ASN1_ITEM_st { const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ long tcount; /* Number of templates if SEQUENCE or CHOICE */ const void *funcs; /* functions that handle this type */ - long size; /* Structure size (usually)*/ + long size; /* Structure size (usually) */ const char *sname; /* Structure name */ }; -- cgit v1.2.3-55-g6feb