summaryrefslogtreecommitdiff
path: root/asn1/x509ce/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509ce/Makefile.common')
-rw-r--r--asn1/x509ce/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/asn1/x509ce/Makefile.common b/asn1/x509ce/Makefile.common
index 5f9c99f330..1d32ade578 100644
--- a/asn1/x509ce/Makefile.common
+++ b/asn1/x509ce/Makefile.common
@@ -26,8 +26,9 @@ EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST =
-ASN_FILE_LIST = CertificateExtensions.asn \
- CertificateExtensionsCiplus.asn
+ASN_FILE_LIST = \
+ CertificateExtensions.asn \
+ CertificateExtensionsCiplus.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.