aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/kasumi.h
blob: 4ef82519d065b026834eef4ef169a4a1ef2a109f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* kasumi.h
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef	KASUMI_H
#define	KASUMI_H

/*This needs to be set in order to indicate presence of KASUMI implementation!*/
/*#define HAVE_UMTS_KASUMI*/


#endif /* KASUMI_H */