summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-05-23 06:55:31 +0000
committertb <>2023-05-23 06:55:31 +0000
commit0a17288b253e10b475dd8136619406dabcabcc66 (patch)
tree8843ddd5323b757d0d321302c6353036a222b9da /src/lib
parentbe48919b056dcb51aa562ed8a705f00c1b886723 (diff)
downloadopenbsd-0a17288b253e10b475dd8136619406dabcabcc66.tar.gz
openbsd-0a17288b253e10b475dd8136619406dabcabcc66.tar.bz2
openbsd-0a17288b253e10b475dd8136619406dabcabcc66.zip
cms_asn1.c: zap stray tabs
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/cms/cms_asn1.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/cms/cms_asn1.c b/src/lib/libcrypto/cms/cms_asn1.c
index 5285afd7ff..7948a3c39e 100644
--- a/src/lib/libcrypto/cms/cms_asn1.c
+++ b/src/lib/libcrypto/cms/cms_asn1.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_asn1.c,v 1.21 2023/03/12 17:29:02 tb Exp $ */ 1/* $OpenBSD: cms_asn1.c,v 1.22 2023/05/23 06:55:31 tb Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -1250,7 +1250,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1250 .field_name = "d.data", 1250 .field_name = "d.data",
1251 .item = &ASN1_OCTET_STRING_NDEF_it, 1251 .item = &ASN1_OCTET_STRING_NDEF_it,
1252 }, 1252 },
1253
1254 }, 1253 },
1255 { 1254 {
1256 .value = NID_pkcs7_signed, 1255 .value = NID_pkcs7_signed,
@@ -1261,7 +1260,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1261 .field_name = "d.signedData", 1260 .field_name = "d.signedData",
1262 .item = &CMS_SignedData_it, 1261 .item = &CMS_SignedData_it,
1263 }, 1262 },
1264
1265 }, 1263 },
1266 { 1264 {
1267 .value = NID_pkcs7_enveloped, 1265 .value = NID_pkcs7_enveloped,
@@ -1272,7 +1270,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1272 .field_name = "d.envelopedData", 1270 .field_name = "d.envelopedData",
1273 .item = &CMS_EnvelopedData_it, 1271 .item = &CMS_EnvelopedData_it,
1274 }, 1272 },
1275
1276 }, 1273 },
1277 { 1274 {
1278 .value = NID_pkcs7_digest, 1275 .value = NID_pkcs7_digest,
@@ -1283,7 +1280,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1283 .field_name = "d.digestedData", 1280 .field_name = "d.digestedData",
1284 .item = &CMS_DigestedData_it, 1281 .item = &CMS_DigestedData_it,
1285 }, 1282 },
1286
1287 }, 1283 },
1288 { 1284 {
1289 .value = NID_pkcs7_encrypted, 1285 .value = NID_pkcs7_encrypted,
@@ -1294,7 +1290,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1294 .field_name = "d.encryptedData", 1290 .field_name = "d.encryptedData",
1295 .item = &CMS_EncryptedData_it, 1291 .item = &CMS_EncryptedData_it,
1296 }, 1292 },
1297
1298 }, 1293 },
1299 { 1294 {
1300 .value = NID_id_smime_ct_authData, 1295 .value = NID_id_smime_ct_authData,
@@ -1305,7 +1300,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1305 .field_name = "d.authenticatedData", 1300 .field_name = "d.authenticatedData",
1306 .item = &CMS_AuthenticatedData_it, 1301 .item = &CMS_AuthenticatedData_it,
1307 }, 1302 },
1308
1309 }, 1303 },
1310 { 1304 {
1311 .value = NID_id_smime_ct_compressedData, 1305 .value = NID_id_smime_ct_compressedData,
@@ -1316,7 +1310,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = {
1316 .field_name = "d.compressedData", 1310 .field_name = "d.compressedData",
1317 .item = &CMS_CompressedData_it, 1311 .item = &CMS_CompressedData_it,
1318 }, 1312 },
1319
1320 }, 1313 },
1321}; 1314};
1322 1315