aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/pkcs12')
-rw-r--r--asn1/pkcs12/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/asn1/pkcs12/Makefile.common b/asn1/pkcs12/Makefile.common
index 5942c4aca8..7bcb22af22 100644
--- a/asn1/pkcs12/Makefile.common
+++ b/asn1/pkcs12/Makefile.common
@@ -45,10 +45,11 @@ SRC_FILES = \
A2W_FLAGS= -b -e
+# Note the order here is important, cms needs at least x509af-exp to be generated first
EXTRA_CNF= \
- ../cms/cms-exp.cnf \
- ../x509if/x509if-exp.cnf \
- ../x509af/x509af-exp.cnf
+ ../x509if/x509if-exp.cnf \
+ ../x509af/x509af-exp.cnf \
+ ../cms/cms-exp.cnf
../cms/cms-exp.cnf:
(cd ../cms && $(MAKE_CNF_EXPORT))