summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/asn1/alg_id.h
blob: 88e54466d3e20b2cda35870ad39791d7fac76c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Algorithm Identifier
* (C) 1999-2007 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_ALGORITHM_IDENTIFIER_H_
#define BOTAN_ALGORITHM_IDENTIFIER_H_

#include <botan/asn1_obj.h>
BOTAN_DEPRECATED_HEADER(alg_id.h)

#endif