From 545455db1c2472b2d0657e8b543e09df2a9178e4 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 11 Oct 2013 00:42:02 +0000 Subject: Fix compilation when we don't HAVE_LIBGCRYPT svn path=/trunk/; revision=52527 --- asn1/c1222/c1222.cnf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'asn1/c1222') diff --git a/asn1/c1222/c1222.cnf b/asn1/c1222/c1222.cnf index 851f40c3f5..76e54f5127 100644 --- a/asn1/c1222/c1222.cnf +++ b/asn1/c1222/c1222.cnf @@ -18,7 +18,7 @@ MESSAGE #.FIELD_RENAME -#.TYPE_ATTR +#.TYPE_ATTR Calling-authentication-value-c1222/_untag/iv-element BLURB="c1222.iv-element" Calling-authentication-value-c1222/_untag/key-id-element BLURB = "c1222.key-id-element" AP-invocation-id TYPE=FT_UINT32 @@ -32,7 +32,7 @@ AE-qualifier TYPE=FT_UINT32 proto_item *tf = NULL; proto_tree *epsem_tree = NULL; FILL_START; - + /* get Tag and Length */ offset = dissect_ber_identifier(actx->pinfo, tree, tvb, offset, &end_device_class, &pc, &tag); offset = dissect_ber_length(actx->pinfo, tree, tvb, offset, &len, &ind); @@ -99,6 +99,8 @@ AE-qualifier TYPE=FT_UINT32 FILL_TABLE(iv_element); #.FN_BODY MESSAGE +/**/#ifdef HAVE_LIBGCRYPT clear_canon(); +/**/#endif %(DEFAULT_BODY)s #.END -- cgit v1.2.1