aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222/c1222.cnf
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 00:42:02 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 00:42:02 +0000
commit545455db1c2472b2d0657e8b543e09df2a9178e4 (patch)
tree4d5447a4d16dcbf4bd69eea7101937816e99731e /asn1/c1222/c1222.cnf
parent64cc800644a90b1e4456042e18e98da1ad8ad666 (diff)
Fix compilation when we don't HAVE_LIBGCRYPT
svn path=/trunk/; revision=52527
Diffstat (limited to 'asn1/c1222/c1222.cnf')
-rw-r--r--asn1/c1222/c1222.cnf6
1 files changed, 4 insertions, 2 deletions
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