1 #ifndef LIBFILEZILLA_TLS_SYSTEM_TRUST_STORE_HEADER
2 #define LIBFILEZILLA_TLS_SYSTEM_TRUST_STORE_HEADER
16 class tls_system_trust_store_impl;
36 friend class tls_layer_impl;
37 std::unique_ptr<tls_system_trust_store_impl> impl_;
Opaque class to load the system trust store asynchronously.
Definition: tls_system_trust_store.hpp:29
The namespace used by libfilezilla.
Definition: apply.hpp:17
Sets some global macros and further includes string.hpp.
A dumb thread-pool for asynchronous tasks.
Definition: thread_pool.hpp:63