diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-12-10 08:35:41 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-12-10 08:35:41 +0000 |
commit | 1e794fc49487a25df0796587a5a18e84304e7f3e (patch) | |
tree | 8d7db8816462050e7e7098962c1b54769d65ad4e /asn1/x509ce | |
parent | 554a21ac4ff1ff03ac984dd3fbeee02b9aa7c1d0 (diff) | |
download | wireshark-1e794fc49487a25df0796587a5a18e84304e7f3e.tar.gz wireshark-1e794fc49487a25df0796587a5a18e84304e7f3e.tar.bz2 wireshark-1e794fc49487a25df0796587a5a18e84304e7f3e.zip |
ANSI TCAP regenerated and tested with -T -X asn2wrs options
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior
remove all -T and -X usage
svn path=/trunk/; revision=23823
Diffstat (limited to 'asn1/x509ce')
-rw-r--r-- | asn1/x509ce/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509ce/Makefile.common b/asn1/x509ce/Makefile.common index b9c916b203..45be2cbd2c 100644 --- a/asn1/x509ce/Makefile.common +++ b/asn1/x509ce/Makefile.common @@ -45,7 +45,7 @@ SRC_FILES = \ $(EXTRA_DIST) \ $(EXT_ASN_FILE_LIST) -A2W_FLAGS= -b -e -X -T +A2W_FLAGS= -b -e EXTRA_CNF= \ ../x411/x411-exp.cnf \ |