aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/crmf/crmf.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/crmf/crmf.cnf')
-rw-r--r--asn1/crmf/crmf.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/crmf/crmf.cnf b/asn1/crmf/crmf.cnf
index 9bf6bfc9a5..f4bfef8bf4 100644
--- a/asn1/crmf/crmf.cnf
+++ b/asn1/crmf/crmf.cnf
@@ -68,10 +68,10 @@ PrivateKeyInfo/version privkey_version
EncKeyWithID/privateKey enckeywid_privkey
#.FN_PARS AttributeTypeAndValue/type
- FN_VARIANT = _str HF_INDEX = hf_crmf_type_oid VAL_PTR = (const char**)&actx->private_data
+ FN_VARIANT = _str HF_INDEX = hf_crmf_type_oid VAL_PTR = &actx->external.direct_reference
#.FN_BODY AttributeTypeAndValue/value
- offset=call_ber_oid_callback((const char*)actx->private_data, tvb, offset, actx->pinfo, tree);
+ offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree);
#.END