summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/base/key_spec.h
blob: 85dcebe37e118b5a25c0b1358e9c1523304ac209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Symmetric Key Length Specification
* (C) 2010 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_KEY_LEN_SPECIFICATION_H_
#define BOTAN_KEY_LEN_SPECIFICATION_H_

#include <botan/sym_algo.h>
BOTAN_DEPRECATED_HEADER(key_spec.h)

#endif