summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/filters/basefilt.h
blob: 422989b759ff4d8d9f3365df67dec72c4f5b4b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Basic Filters
* (C) 1999-2007 Jack Lloyd
* (C) 2013 Joel Low
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_BASEFILT_H_
#define BOTAN_BASEFILT_H_

// This header is deprecated and will be removed in a future major release

#include <botan/filters.h>

BOTAN_DEPRECATED_HEADER(basefilt.h)

#endif