1 /*
2 * Algorithm Identifier
3 * (C) 1999-2007 Jack Lloyd
4 *
5 * Botan is released under the Simplified BSD License (see license.txt)
6 */
7 
8 #ifndef BOTAN_ALGORITHM_IDENTIFIER_H_
9 #define BOTAN_ALGORITHM_IDENTIFIER_H_
10 
11 #include <botan/asn1_obj.h>
12 BOTAN_DEPRECATED_HEADER(alg_id.h)
13 
14 #endif
15