diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-12-13 08:15:34 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-12-13 08:15:34 +0000 |
commit | 8afae320de76b02165028db72b7c8266e54f9566 (patch) | |
tree | 99088dd584f524a92e5cd1f30c341c4c395653eb /asn1/cms/cms.cnf | |
parent | 084055c89517e2ef2fd80f4ba68dbbcb428ce64b (diff) | |
download | wireshark-8afae320de76b02165028db72b7c8266e54f9566.tar.gz wireshark-8afae320de76b02165028db72b7c8266e54f9566.tar.bz2 wireshark-8afae320de76b02165028db72b7c8266e54f9566.zip |
update of the asn2eth compiler to use the types ber_[choice|sequence]_t instead of ber_[choice|sequence]
regenerated all dissectors
fixed the choice/sequence struct to use unsigned entities for class and tag
(to reduce some compiler warning and because it should be signed quantities)
svn path=/trunk/; revision=12740
Diffstat (limited to 'asn1/cms/cms.cnf')
-rw-r--r-- | asn1/cms/cms.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/cms/cms.cnf b/asn1/cms/cms.cnf index ca6f88f3f4..5577b435c3 100644 --- a/asn1/cms/cms.cnf +++ b/asn1/cms/cms.cnf @@ -13,6 +13,7 @@ InformationFramework x509if #.EXPORTS ContentInfo ContentType +Countersignature DigestAlgorithmIdentifiers EncapsulatedContentInfo IssuerAndSerialNumber |