blob: b0ca1d87e2106f916ddf75a9966b27eb36d5c2da (
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_ALT_NAME_H_
#define BOTAN_X509_ALT_NAME_H_
#include <botan/pkix_types.h>
BOTAN_DEPRECATED_HEADER(asn1_alt_name.h)
#endif
|