summaryrefslogtreecommitdiff
path: root/louloulibs/network/tcp_socket_handler.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2016-02-10 20:10:40 +0100
committerFlorent Le Coz <louiz@louiz.org>2016-02-10 20:10:40 +0100
commita13285d0ff360d0a83e007a776d9efbcfc347c76 (patch)
tree312e2cb7f57982e01d5a5b0a05225d01c513f2cb /louloulibs/network/tcp_socket_handler.hpp
parent0a352e557d2a0760601847a97c562759fb04d529 (diff)
downloadbiboumi-a13285d0ff360d0a83e007a776d9efbcfc347c76.tar.gz
biboumi-a13285d0ff360d0a83e007a776d9efbcfc347c76.tar.bz2
biboumi-a13285d0ff360d0a83e007a776d9efbcfc347c76.tar.xz
biboumi-a13285d0ff360d0a83e007a776d9efbcfc347c76.zip
Rename BasicCredentialManager
Diffstat (limited to 'louloulibs/network/tcp_socket_handler.hpp')
-rw-r--r--louloulibs/network/tcp_socket_handler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/louloulibs/network/tcp_socket_handler.hpp b/louloulibs/network/tcp_socket_handler.hpp
index fb4195d..62b2ce7 100644
--- a/louloulibs/network/tcp_socket_handler.hpp
+++ b/louloulibs/network/tcp_socket_handler.hpp
@@ -249,7 +249,7 @@ private:
static Botan::TLS::Policy policy;
static Botan::TLS::Session_Manager_In_Memory session_manager;
protected:
- Basic_Credentials_Manager credential_manager;
+ BasicCredentialsManager credential_manager;
private:
/**
* We use a unique_ptr because we may not want to create the object at