aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc5083.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc5083.py')
-rw-r--r--pyasn1_modules/rfc5083.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyasn1_modules/rfc5083.py b/pyasn1_modules/rfc5083.py
index e3df086..26ef550 100644
--- a/pyasn1_modules/rfc5083.py
+++ b/pyasn1_modules/rfc5083.py
@@ -42,9 +42,11 @@ AuthEnvelopedData.componentType = namedtype.NamedTypes(
)
-# Map of Content Type OIDs to Content Types
-# To be added to the ones that are in rfc5652.py
+# Map of Content Type OIDs to Content Types is added to the
+# ones that are in rfc5652.py
-cmsContentTypesMapUpdate = {
+_cmsContentTypesMapUpdate = {
id_ct_authEnvelopedData: AuthEnvelopedData(),
-} \ No newline at end of file
+}
+
+rfc5652.cmsContentTypesMap.update(_cmsContentTypesMapUpdate)