summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/psk_db/psk_db_sql.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/lib/psk_db/psk_db_sql.h')
-rw-r--r--comm/third_party/botan/src/lib/psk_db/psk_db_sql.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/lib/psk_db/psk_db_sql.h b/comm/third_party/botan/src/lib/psk_db/psk_db_sql.h
new file mode 100644
index 0000000000..170ca674c5
--- /dev/null
+++ b/comm/third_party/botan/src/lib/psk_db/psk_db_sql.h
@@ -0,0 +1,13 @@
+/*
+* (C) 2017 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
+#ifndef BOTAN_PSK_DB_SQL_H_
+#define BOTAN_PSK_DB_SQL_H_
+
+#include <botan/psk_db.h>
+BOTAN_DEPRECATED_HEADER(psk_db_sql.h)
+
+#endif