aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/pkcs12/Makefile.common')
-rw-r--r--asn1/pkcs12/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/pkcs12/Makefile.common b/asn1/pkcs12/Makefile.common
index 2bf70bd2bc..ba2578f669 100644
--- a/asn1/pkcs12/Makefile.common
+++ b/asn1/pkcs12/Makefile.common
@@ -39,13 +39,13 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b -e
+A2W_FLAGS= -b
-# Note the order here is important, cms needs at least x509af-exp to be generated first
+# Note the order here is important, cms needs at least x509af-exp to be generated first
EXTRA_CNF= \
$(builddir)/../x509if/x509if-exp.cnf \
$(builddir)/../x509af/x509af-exp.cnf \
- $(builddir)/../cms/cms-exp.cnf
+ $(builddir)/../cms/cms-exp.cnf
$(builddir)/../cms/cms-exp.cnf:
(cd $(builddir)/../cms && $(MAKE_CNF_EXPORT))