summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authortb <>2026-01-16 09:21:48 +0000
committertb <>2026-01-16 09:21:48 +0000
commite62eb532814715d8684398ad800f331610cfd8d0 (patch)
treeebb3e40283ad198e15c44837fddaa7d9450c074c /src/lib/libcrypto
parent24d198d8053cb927535d8b46fd5525f1c6eabafa (diff)
downloadopenbsd-e62eb532814715d8684398ad800f331610cfd8d0.tar.gz
openbsd-e62eb532814715d8684398ad800f331610cfd8d0.tar.bz2
openbsd-e62eb532814715d8684398ad800f331610cfd8d0.zip
asn1t.h: Otherwiser -> Otherwise
Diffstat (limited to 'src/lib/libcrypto')
-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 0a0a709e73..1cf0652373 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.29 2026/01/16 09:19:20 tb Exp $ */ 1/* $OpenBSD: asn1t.h,v 1.30 2026/01/16 09:21:48 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 */
@@ -598,7 +598,7 @@ struct ASN1_ADB_TABLE_st {
598#define ASN1_TFLG_EXPLICIT ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT 598#define ASN1_TFLG_EXPLICIT ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT
599 599
600/* 600/*
601 * If tagging is in force these determine the type of tag to use. Otherwiser 601 * If tagging is in force these determine the type of tag to use. Otherwise
602 * the tag is determined by the underlying type. These values reflect the 602 * the tag is determined by the underlying type. These values reflect the
603 * actual octet format. 603 * actual octet format.
604 */ 604 */