diff options
Diffstat (limited to 'src/apps/tls_server.cpp')
-rw-r--r-- | src/apps/tls_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/tls_server.cpp b/src/apps/tls_server.cpp index cb212fef6..819b9f380 100644 --- a/src/apps/tls_server.cpp +++ b/src/apps/tls_server.cpp @@ -121,7 +121,7 @@ void alert_received(TLS::Alert alert, const byte buf[], size_t buf_size) } -int tls_server(int argc, char* argv[]) +int tls_server_main(int argc, char* argv[]) { int port = 4433; std::string transport = "tcp"; |