diff options
Diffstat (limited to 'src/cli/tls_server.cpp')
-rw-r--r-- | src/cli/tls_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/tls_server.cpp b/src/cli/tls_server.cpp index c39061e64..2d882f3dc 100644 --- a/src/cli/tls_server.cpp +++ b/src/cli/tls_server.cpp @@ -82,7 +82,7 @@ class TLS_Server final : public Command, public Botan::TLS::Callbacks Botan::TLS::Session_Manager_In_Memory session_manager(rng()); // TODO sqlite3 - Basic_Credentials_Manager creds(rng(), server_crt, server_key); + Basic_Credentials_Manager creds(server_crt, server_key); output() << "Listening for new connections on " << transport << " port " << port << std::endl; |