aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/sessions_sqlite3/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-20 13:45:23 +0000
committerlloyd <[email protected]>2014-12-20 13:45:23 +0000
commit4083193089f91ec11584ae729ecc3b4cc3b4b86a (patch)
treed6edc4e416f3eb34aeb91b00d2bee6386962f316 /src/lib/tls/sessions_sqlite3/info.txt
parent4562cd4366c81c905dc8957837c6128b193a28bd (diff)
Add abstract database interface so applications can easily store info
in places other than sqlite3, though sqlite3 remains the only implementation. The interface is currently limited to precisely the functionality the TLS session manager needs and will likely expand.
Diffstat (limited to 'src/lib/tls/sessions_sqlite3/info.txt')
-rw-r--r--src/lib/tls/sessions_sqlite3/info.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/tls/sessions_sqlite3/info.txt b/src/lib/tls/sessions_sqlite3/info.txt
new file mode 100644
index 000000000..b04b6a9d6
--- /dev/null
+++ b/src/lib/tls/sessions_sqlite3/info.txt
@@ -0,0 +1,6 @@
+define TLS_SQLITE3_SESSION_MANAGER 20131128
+
+<requires>
+sessions_sql
+sqlite3
+</requires>