aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/pkcs1/Makefile')
-rw-r--r--asn1/pkcs1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/pkcs1/Makefile b/asn1/pkcs1/Makefile
index fb90672ebd..7654253a97 100644
--- a/asn1/pkcs1/Makefile
+++ b/asn1/pkcs1/Makefile
@@ -6,8 +6,8 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): ../../tools/asn2eth.py PKCS1.asn packet-pkcs1-template.c packet-pkcs1-template.h pkcs1.cnf
- python ../../tools/asn2eth.py -X -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py PKCS1.asn packet-pkcs1-template.c packet-pkcs1-template.h pkcs1.cnf
+ python ../../tools/asn2wrs.py -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)