blob: 5d5c7b0832b7f27ecff1bb666a035642f0a3d854 (
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_KEY_CONSTRAINT_H_
#define BOTAN_KEY_CONSTRAINT_H_
#include <botan/pkix_enums.h>
BOTAN_DEPRECATED_HEADER(key_constraint.h)
#endif
|