From 9991973c373321fd7903a552f06dcb3ff576ad1f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sat, 2 Mar 2013 14:51:04 +0000 Subject: Use explicit casts. svn path=/trunk/; revision=48008 --- asn1/x509af/x509af.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/x509af') diff --git a/asn1/x509af/x509af.cnf b/asn1/x509af/x509af.cnf index 8e4408f5b5..48acb47a2a 100644 --- a/asn1/x509af/x509af.cnf +++ b/asn1/x509af/x509af.cnf @@ -96,12 +96,12 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate } #.FN_BODY Extension/extnValue - gint8 class; + gint8 ber_class; gboolean pc, ind; gint32 tag; guint32 len; /* skip past the T and L */ - offset = dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &class, &pc, &tag); + offset = dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &ber_class, &pc, &tag); offset = dissect_ber_length(actx->pinfo, tree, tvb, offset, &len, &ind); offset=call_ber_oid_callback(extension_id, tvb, offset, actx->pinfo, tree); -- cgit v1.2.3