From 5abe52bcff2f5558b40b489e4932c153e482e515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 31 Jan 2007 16:10:48 +0000 Subject: [PATCH] seq rules for CRLDistributionPoints git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20108 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index e47ac16ec..ca02d74fc 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -537,7 +537,7 @@ $(gen_files_cms) cms_asn1.h: cms_asn1_files $(gen_files_test) test_asn1.h: test_asn1_files rfc2459_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/rfc2459.asn1 - ./asn1_compile$(EXEEXT) --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1) + ./asn1_compile$(EXEEXT) --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1) cms_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 ./asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)