aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs1
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/pkcs1')
-rw-r--r--asn1/pkcs1/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/asn1/pkcs1/Makefile.common b/asn1/pkcs1/Makefile.common
index 051215792c..2c0f8d575b 100644
--- a/asn1/pkcs1/Makefile.common
+++ b/asn1/pkcs1/Makefile.common
@@ -45,5 +45,9 @@ SRC_FILES = \
A2W_FLAGS= -b
-EXTRA_CNF=
+EXTRA_CNF= \
+ ../x509af/x509af-exp.cnf
+
+../x509af/x509af-exp.cnf:
+ (cd ../x509af && $(MAKE_CNF_EXPORT))