summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/filters/key_filt.h
blob: 3d85d886ab67a6045a5938e16ba089bfb83f8a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Keyed_Filter
* (C) 1999-2007 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_KEYED_FILTER_H_
#define BOTAN_KEYED_FILTER_H_

#include <botan/filter.h>
BOTAN_DEPRECATED_HEADER(key_filt.h)

#endif