From 33c91102a58e2fbcf9d7a66e33b41a65fa3f0e0c Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 16 Jun 2020 00:41:57 +0200 Subject: Adds improved client certificate management, adds server certificate management. --- src/trustedhost.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/trustedhost.cpp (limited to 'src/trustedhost.cpp') diff --git a/src/trustedhost.cpp b/src/trustedhost.cpp new file mode 100644 index 0000000..94a17b9 --- /dev/null +++ b/src/trustedhost.cpp @@ -0,0 +1,2 @@ +#include "trustedhost.hpp" + -- cgit v1.2.3