summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/x509/x509_dn.h
blob: cd7beebe9c8427f49beec933c6b3d6fb7108bc78 (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_X509_DN_H_
#define BOTAN_X509_DN_H_

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

#endif