summaryrefslogtreecommitdiff
path: root/modules/io-tls/tls.cpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-10-16 15:59:39 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-10-16 15:59:39 +0200
commitb10d0b0e1a30eb02777f5a02b81bf45e09749edb (patch)
tree2de7e372677037e6c8880c1f52ba32d55d1a85a8 /modules/io-tls/tls.cpp
parent09e164c02120f05c9364d5d9a8faad2ec0026425 (diff)
Fixing bad includes and changing network abstraction a tiny bit
Diffstat (limited to 'modules/io-tls/tls.cpp')
-rw-r--r--modules/io-tls/tls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io-tls/tls.cpp b/modules/io-tls/tls.cpp
index 981aa08..c9c71f4 100644
--- a/modules/io-tls/tls.cpp
+++ b/modules/io-tls/tls.cpp
@@ -292,7 +292,7 @@ conveyor<own<network_address>> tls_network::resolve_address(const std::string &a
return internal.resolve_address(addr, port);
}
-std::optional<own<tls_network>> setup_tls_network(network &network) {
+error_or<own<network<net::Tls>>> setup_tls_network(network &network) {
return std::nullopt;
}
} // namespace saw