From 05509ae593bca79c8a646ac51c9d2b22e83a011c Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 23 May 2023 06:55:31 +0000 Subject: [PATCH] cms_asn1.c: zap stray tabs --- lib/libcrypto/cms/cms_asn1.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/libcrypto/cms/cms_asn1.c b/lib/libcrypto/cms/cms_asn1.c index 5285afd7ff2..7948a3c39e3 100644 --- a/lib/libcrypto/cms/cms_asn1.c +++ b/lib/libcrypto/cms/cms_asn1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_asn1.c,v 1.21 2023/03/12 17:29:02 tb Exp $ */ +/* $OpenBSD: cms_asn1.c,v 1.22 2023/05/23 06:55:31 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -1250,7 +1250,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.data", .item = &ASN1_OCTET_STRING_NDEF_it, }, - }, { .value = NID_pkcs7_signed, @@ -1261,7 +1260,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.signedData", .item = &CMS_SignedData_it, }, - }, { .value = NID_pkcs7_enveloped, @@ -1272,7 +1270,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.envelopedData", .item = &CMS_EnvelopedData_it, }, - }, { .value = NID_pkcs7_digest, @@ -1283,7 +1280,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.digestedData", .item = &CMS_DigestedData_it, }, - }, { .value = NID_pkcs7_encrypted, @@ -1294,7 +1290,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.encryptedData", .item = &CMS_EncryptedData_it, }, - }, { .value = NID_id_smime_ct_authData, @@ -1305,7 +1300,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.authenticatedData", .item = &CMS_AuthenticatedData_it, }, - }, { .value = NID_id_smime_ct_compressedData, @@ -1316,7 +1310,6 @@ static const ASN1_ADB_TABLE CMS_ContentInfo_adbtbl[] = { .field_name = "d.compressedData", .item = &CMS_CompressedData_it, }, - }, }; -- 2.20.1