summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/prov/pkcs11/p11_module.h
blob: 0c8a6a6db4a4b5a3018082304a0040b453a77863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
* PKCS#11 Module
* (C) 2016 Daniel Neus, Sirrix AG
* (C) 2016 Philipp Weber, Sirrix AG
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_P11_MODULE_H_
#define BOTAN_P11_MODULE_H_

#include <botan/p11_types.h>
BOTAN_DEPRECATED_HEADER(p11_module.h)

#endif