From e83339d3f740de4572d95ced881f3b96e9eb283e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 06:48:19 +0000 Subject: [PATCH] remove duplicate asn1_CMSAttributes.x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15767 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index fc589bab7..731f5831d 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -98,20 +98,12 @@ gen_files_k5 = \ asn1_CBCParameter.x gen_files_cms = \ - asn1_id_pkcs7.x \ - asn1_id_pkcs7_data.x \ - asn1_id_pkcs7_signedData.x \ - asn1_id_pkcs7_signedAndEnvelopedData.x \ - asn1_id_pkcs7_envelopedData.x \ - asn1_id_pkcs7_digestedData.x \ - asn1_id_pkcs7_encryptedData.x \ asn1_CMSAttributes.x \ asn1_CMSCBCParameter.x \ asn1_CMSEncryptedData.x \ + asn1_CMSIdentifier.x \ asn1_CMSRC2CBCParameter.x \ asn1_CMSVersion.x \ - asn1_CMSAttributes.x \ - asn1_CMSIdentifier.x \ asn1_CertificateList.x \ asn1_CertificateRevocationLists.x \ asn1_CertificateSet.x \ @@ -139,6 +131,13 @@ gen_files_cms = \ asn1_SignerIdentifier.x \ asn1_SignerInfo.x \ asn1_SignerInfos.x \ + asn1_id_pkcs7.x \ + asn1_id_pkcs7_data.x \ + asn1_id_pkcs7_digestedData.x \ + asn1_id_pkcs7_encryptedData.x \ + asn1_id_pkcs7_envelopedData.x \ + asn1_id_pkcs7_signedAndEnvelopedData.x \ + asn1_id_pkcs7_signedData.x \ asn1_UnprotectedAttributes.x gen_files_rfc2459 = \