aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-29 21:40:43 +0000
committerlloyd <[email protected]>2012-06-29 21:40:43 +0000
commitcd79ff709d72b167c2ab6e291d6c816c4807ca17 (patch)
tree42c292b4782f5a487457ce9b50ddcc688a8790d0
parent8c7bc96055be1a783c097837307b280b3ec8ab88 (diff)
Use new header for sqlite session manager
-rw-r--r--doc/examples/tls_client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/tls_client.cpp b/doc/examples/tls_client.cpp
index 832234467..d8d861e57 100644
--- a/doc/examples/tls_client.cpp
+++ b/doc/examples/tls_client.cpp
@@ -16,8 +16,8 @@
#include <errno.h>
#include <fcntl.h>
-#if defined(BOTAN_HAS_TLS_SQLITE_SESSION_MANAGER)
- #include <botan/tls_sqlite_sess_mgr.h>
+#if defined(BOTAN_HAS_TLS_SQLITE3_SESSION_MANAGER)
+ #include <botan/tls_session_manager_sqlite.h>
#endif
#include "credentials.h"