aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cms')
-rw-r--r--asn1/cms/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/cms/Makefile.common b/asn1/cms/Makefile.common
index 0bc3e5447c..bed2bb6c75 100644
--- a/asn1/cms/Makefile.common
+++ b/asn1/cms/Makefile.common
@@ -27,7 +27,9 @@ EXPORT_FILES = \
EXT_ASN_FILE_LIST =
-ASN_FILE_LIST = CryptographicMessageSyntax.asn AttributeCertificateVersion1.asn
+ASN_FILE_LIST = \
+ CryptographicMessageSyntax.asn \
+ AttributeCertificateVersion1.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.