aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-03 17:49:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-03 17:49:59 +0000
commita67838484c96fa8f8a4cbce91f16c6f5cb1f80ee (patch)
treef8708c05142d272eb5243fb179c439dc2bebd3a4 /asn1/cms
parent370f87d9be3154e63f5365fa4d96f81be974b47d (diff)
Get rid of ber_created_item().
svn path=/trunk/; revision=24007
Diffstat (limited to 'asn1/cms')
-rw-r--r--asn1/cms/cms.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/cms/cms.cnf b/asn1/cms/cms.cnf
index 1f655d26e5..1452d4a843 100644
--- a/asn1/cms/cms.cnf
+++ b/asn1/cms/cms.cnf
@@ -129,7 +129,7 @@ EncryptedContentInfo/contentType encryptedContentType
%(DEFAULT_BODY)s
- pi = get_ber_last_created_item();
+ pi = actx->created_item;
/* move past TLV */
old_offset = get_ber_identifier(tvb, old_offset, NULL, NULL, NULL);
@@ -176,7 +176,7 @@ EncryptedContentInfo/contentType encryptedContentType
#.FN_FTR EncryptedContent
- item = get_ber_last_created_item();
+ item = actx->created_item;
PBE_decrypt_data(object_identifier_id, encrypted_tvb, actx, item);