diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1t.h | 4 |
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 | ||
