diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-16 15:59:39 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-16 15:59:39 +0200 |
commit | b10d0b0e1a30eb02777f5a02b81bf45e09749edb (patch) | |
tree | 2de7e372677037e6c8880c1f52ba32d55d1a85a8 /modules/io-tls/tls.hpp | |
parent | 09e164c02120f05c9364d5d9a8faad2ec0026425 (diff) |
Fixing bad includes and changing network abstraction a tiny bit
Diffstat (limited to 'modules/io-tls/tls.hpp')
-rw-r--r-- | modules/io-tls/tls.hpp | 2 |
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 |