summaryrefslogtreecommitdiff
path: root/modules/io-tls/tls.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/io-tls/tls.hpp')
-rw-r--r--modules/io-tls/tls.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io-tls/tls.hpp b/modules/io-tls/tls.hpp
index a04598d..93ec180 100644
--- a/modules/io-tls/tls.hpp
+++ b/modules/io-tls/tls.hpp
@@ -37,6 +37,6 @@ private:
options options_;
};
-std::optional<own<tls_network>> setup_tls_network(network &network);
+error_or<own<network>> setup_tls_network(network &network);
} // namespace saw