aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc3274.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc3274.py')
-rw-r--r--pyasn1_modules/rfc3274.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyasn1_modules/rfc3274.py b/pyasn1_modules/rfc3274.py
index 8d8541c..425e006 100644
--- a/pyasn1_modules/rfc3274.py
+++ b/pyasn1_modules/rfc3274.py
@@ -49,9 +49,11 @@ cpa_zlibCompress['algorithm'] = id_alg_zlibCompress
# cpa_zlibCompress['parameters'] are absent
-# 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 thr
+# ones that are in rfc5652.py
-cmsContentTypesMapUpdate = {
+_cmsContentTypesMapUpdate = {
id_ct_compressedData: CompressedData(),
-} \ No newline at end of file
+}
+
+rfc5652.cmsContentTypesMap.update(_cmsContentTypesMapUpdate)