Botan 2.19.3
Crypto and TLS for C&
psk_db_sql.h
Go to the documentation of this file.
1/*
2* (C) 2017 Jack Lloyd
3*
4* Botan is released under the Simplified BSD License (see license.txt)
5*/
6
7#ifndef BOTAN_PSK_DB_SQL_H_
8#define BOTAN_PSK_DB_SQL_H_
9
10#include <botan/psk_db.h>
11BOTAN_DEPRECATED_HEADER(psk_db_sql.h)
12
13#endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition compiler.h:132