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

#ifndef BOTAN_HEX_FILTER_H_
#define BOTAN_HEX_FILTER_H_

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

#endif