aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-02-16 11:04:28 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-02-16 11:04:28 +0000
commitd3051fa55df8ec9d323c5116a14c4dd1b9cf3eab (patch)
tree9b25213727e5b0d49215c98829fa218e334fdec8 /asn1
parentedb9220dee122afe2ee17cd9762591f571f3840d (diff)
Generate correct type (FT_OID) for "x420.compression_algorithm_id".
I suspect this should have been fixed in asn2wrs... svn path=/trunk/; revision=35965
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x420/IPMSFileTransferBodyPartType.asn4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x420/IPMSFileTransferBodyPartType.asn b/asn1/x420/IPMSFileTransferBodyPartType.asn
index e29ddb1e18..d17091d388 100644
--- a/asn1/x420/IPMSFileTransferBodyPartType.asn
+++ b/asn1/x420/IPMSFileTransferBodyPartType.asn
@@ -143,9 +143,9 @@ COMPRESSION-ALGORITHM ::= TYPE-IDENTIFIER
CompressionParameter ::= SEQUENCE {
compression-algorithm-id
- [0] COMPRESSION-ALGORITHM.&id({CompressionAlgorithmTable}),
+ [0] TYPE-IDENTIFIER.&id({CompressionAlgorithmTable}),
compression-algorithm-param
- [1] COMPRESSION-ALGORITHM.&Type
+ [1] TYPE-IDENTIFIER.&Type
({CompressionAlgorithmTable}{@compression-algorithm-id})
}