aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce/Makefile
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-12 01:29:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-12 01:29:21 +0000
commitbc3979ee23043a5a62c319bc427d9950883f0da7 (patch)
tree06ffb1c6a72a6c09d01f24719fa2ee1f07db1b34 /asn1/x509ce/Makefile
parent0e528dc7a1f25d52db177c2d016dda013dd0e064 (diff)
minor updates, get rid of temporary files during dissection
svn path=/trunk/; revision=12725
Diffstat (limited to 'asn1/x509ce/Makefile')
-rwxr-xr-xasn1/x509ce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509ce/Makefile b/asn1/x509ce/Makefile
index ca6ec71f6d..ba4103183c 100755
--- a/asn1/x509ce/Makefile
+++ b/asn1/x509ce/Makefile
@@ -1,5 +1,5 @@
../../epan/dissectors/packet-x509ce.c : ../../tools/asn2eth.py CertificateExtensions.asn packet-x509ce-template.c packet-x509ce-template.h x509ce.cnf ../x509if/x509if-exp.cnf ../x509sat/x509sat-exp.cnf
- python ../../tools/asn2eth.py -X -b -k -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
+ python ../../tools/asn2eth.py -X -b -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
cp packet-x509ce.* ../../epan/dissectors