summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/x509/asn1_attribute.h
blob: 0139c18c70ff58697e1179444d8e4e374a84879d (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_ASN1_ATTRIBUTE_H_
#define BOTAN_ASN1_ATTRIBUTE_H_

#include <botan/pkix_types.h>
BOTAN_DEPRECATED_HEADER(asn1_attribute.h)

#endif