1 /*
2 * Filter interface for ciphers
3 * (C) 2013,2016 Jack Lloyd
4 *
5 * Botan is released under the Simplified BSD License (see license.txt)
6 */
7 
8 #ifndef BOTAN_CIPHER_FILTER_H_
9 #define BOTAN_CIPHER_FILTER_H_
10 
11 #include <botan/filters.h>
12 BOTAN_DEPRECATED_HEADER(cipher_filter.h)
13 
14 #endif
15