aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-09 19:33:36 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-09 19:33:36 +0000
commit1c1db865f64de1004571abd8d377b912a1b13476 (patch)
tree7ad9c067a8e4a384ca3f4a867f273809c5d87341 /epan/crypt
parent621ab443547335f1bd6ff5897697650afe27cbb0 (diff)
Don't define HAVE_UMTS_KASUMI to anything unless we actually have it.
Use #ifdef HAVE_UMTS_KASUMI instead of #if HAVE_UMTS_KASUMI Put $Id$ tag in kasumi.h svn path=/trunk/; revision=44398
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/kasumi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/crypt/kasumi.h b/epan/crypt/kasumi.h
index 1538e11510..c41f3bf6a2 100644
--- a/epan/crypt/kasumi.h
+++ b/epan/crypt/kasumi.h
@@ -1,5 +1,7 @@
/* kasumi.h
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
@@ -23,7 +25,7 @@
#define KASUMI_H
/*This needs to be set in order to indicate presence of KASUMI implementation!*/
-#define HAVE_UMTS_KASUMI 0
+/*#define HAVE_UMTS_KASUMI*/
#endif /* KASUMI_H */