summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-01-09 03:34:30 +0000
committertb <>2026-01-09 03:34:30 +0000
commit8f78cc1cefeb39af4c91e2a88a30592310a88991 (patch)
tree840ef3dd9b76d14db9dda91e8ad33e861a3e5786 /src
parentd1b3b66046081080bf1bd1de6e207c16ebcc4e49 (diff)
downloadopenbsd-8f78cc1cefeb39af4c91e2a88a30592310a88991.tar.gz
openbsd-8f78cc1cefeb39af4c91e2a88a30592310a88991.tar.bz2
openbsd-8f78cc1cefeb39af4c91e2a88a30592310a88991.zip
asn1t.h: whitespace nit
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/asn1t.h4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: asn1t.h,v 1.25 2026/01/07 10:18:35 tb Exp $ */ 1/* $OpenBSD: asn1t.h,v 1.26 2026/01/09 03:34:30 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -573,7 +573,7 @@ struct ASN1_ITEM_st {
573 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */ 573 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */
574 long tcount; /* Number of templates if SEQUENCE or CHOICE */ 574 long tcount; /* Number of templates if SEQUENCE or CHOICE */
575 const void *funcs; /* functions that handle this type */ 575 const void *funcs; /* functions that handle this type */
576 long size; /* Structure size (usually)*/ 576 long size; /* Structure size (usually) */
577 const char *sname; /* Structure name */ 577 const char *sname; /* Structure name */
578}; 578};
579 579