aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc3274.py
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-09 19:31:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-09 19:31:08 +0000
commit368b2a975cce6644fc3eae509a1e20d80479b0f8 (patch)
tree1e56fddd4e95a55bf547e014d7ee168824c9e313 /pyasn1_modules/rfc3274.py
parentc340f08f61bbea0a35f7030eba6c67b93cbd43e2 (diff)
parentc1f0ae6dee4f44f0ca1b2492faf4b78c29b400bd (diff)
downloadpyasn1-modules-368b2a975cce6644fc3eae509a1e20d80479b0f8.tar.gz
Upgrade python/pyasn1-modules to v0.2.8 am: 9e51c9ac3a am: b3112bf96b am: 85aef04186 am: c1f0ae6dee
Change-Id: Icde9ec8527a9955ed38395c73b05bcad1b78bf2c
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)