Botan 2.19.3
Crypto and TLS for C&
p11_module.h
Go to the documentation of this file.
1/*
2* PKCS#11 Module
3* (C) 2016 Daniel Neus, Sirrix AG
4* (C) 2016 Philipp Weber, Sirrix AG
5*
6* Botan is released under the Simplified BSD License (see license.txt)
7*/
8
9#ifndef BOTAN_P11_MODULE_H_
10#define BOTAN_P11_MODULE_H_
11
12#include <botan/p11_types.h>
13BOTAN_DEPRECATED_HEADER(p11_module.h)
14
15#endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition compiler.h:132