Turn CMSRC2CBCParameter.rc2ParameterVersion into a constrained integer
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17077 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -142,7 +142,7 @@ EnvelopedData ::= SEQUENCE {
|
|||||||
-- Data ::= OCTET STRING
|
-- Data ::= OCTET STRING
|
||||||
|
|
||||||
CMSRC2CBCParameter ::= SEQUENCE {
|
CMSRC2CBCParameter ::= SEQUENCE {
|
||||||
rc2ParameterVersion INTEGER,
|
rc2ParameterVersion INTEGER (0..4294967295),
|
||||||
iv OCTET STRING -- exactly 8 octets
|
iv OCTET STRING -- exactly 8 octets
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user