aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-05-03 21:11:31 -0400
committerMichael Mann <mmann78@netscape.net>2014-05-04 01:13:07 +0000
commit9606ec5954aaf2658ffbcf109c754edc39a4151d (patch)
tree888f64795bd4fe6c246c9d9c35a3887b741c611d
parent1ddce8bb4c96a53d8004c1ac592601d27230be84 (diff)
Remove enabling HAVE_SNOW3G by default
Change-Id: Ie1af436b763ec762a41af0bdfc1f3ec6adea2bc1 Reviewed-on: https://code.wireshark.org/review/1486 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-pdcp-lte.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index e03f6817cb..701a9102b5 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -42,8 +42,7 @@
Note that the use of this algorithm is restricted, and that an administrative charge
may be applicable if you use it (see e.g. http://www.gsma.com/technicalprojects/fraud-security/security-algorithms).
A version of Wireshark with this enabled would not be distributable. */
-#define HAVE_SNOW3G
-#include <epan/snow3g_algorithm.h>
+/* #define HAVE_SNOW3G */
#include "packet-rlc-lte.h"
#include "packet-pdcp-lte.h"