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

#ifndef BOTAN_BASE64_FILTER_H_
#define BOTAN_BASE64_FILTER_H_

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

#endif