summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/x509/name_constraint.h
blob: 4f56f89edacefc958c04bd379640e23aa777ce83 (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_NAME_CONSTRAINT_H_
#define BOTAN_NAME_CONSTRAINT_H_

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

#endif