summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/filters/cipher_filter.h
blob: 84fc58b6eecf75ab95a7fb2e299835b926819c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Filter interface for ciphers
* (C) 2013,2016 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_CIPHER_FILTER_H_
#define BOTAN_CIPHER_FILTER_H_

#include <botan/filters.h>
BOTAN_DEPRECATED_HEADER(cipher_filter.h)

#endif