blob: f330ff348fc1a5f7dec29c65019f91b25fe9196a (
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_PATH_RESULT_H_
#define BOTAN_X509_PATH_RESULT_H_
#include <botan/pkix_enums.h>
BOTAN_DEPRECATED_HEADER(cert_status.h)
#endif
|