aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/CryptographicMessageSyntax.asn
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cms/CryptographicMessageSyntax.asn')
-rw-r--r--asn1/cms/CryptographicMessageSyntax.asn7
1 files changed, 2 insertions, 5 deletions
diff --git a/asn1/cms/CryptographicMessageSyntax.asn b/asn1/cms/CryptographicMessageSyntax.asn
index 9753922875..5ad4f981a4 100644
--- a/asn1/cms/CryptographicMessageSyntax.asn
+++ b/asn1/cms/CryptographicMessageSyntax.asn
@@ -11,9 +11,6 @@ BEGIN
-- own purposes.
IMPORTS
- Any
- FROM DummyCms { 0 }
-
-- Directory Information Framework (X.501)
Name
FROM InformationFramework { joint-iso-itu-t ds(5) modules(1)
@@ -32,7 +29,7 @@ IMPORTS
ContentInfo ::= SEQUENCE {
contentType ContentType,
- content [0] EXPLICIT Any
+ content [0] EXPLICIT ANY
}
@@ -226,7 +223,7 @@ UserKeyingMaterial ::= OCTET STRING
OtherKeyAttribute ::= SEQUENCE {
keyAttrId OBJECT IDENTIFIER,
- keyAttr Any OPTIONAL
+ keyAttr ANY OPTIONAL
}
-- CMS Attributes