aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-19 21:13:32 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-19 21:13:32 +0200
commitbfdc7d39485bbef90a65b79f6c3b0986133f530d (patch)
tree7a50b6c9dc372cb302f064940c25826d0e1e07a1 /src/kristall.hpp
parent63103aa8c7f5b56720da097c73aa99da25841d45 (diff)
downloadkristall-bfdc7d39485bbef90a65b79f6c3b0986133f530d.tar.gz
Reworks TLS trust to enable symmetry between HTTPS and Gemini
Diffstat (limited to 'src/kristall.hpp')
-rw-r--r--src/kristall.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp
index 8949632..8f80045 100644
--- a/src/kristall.hpp
+++ b/src/kristall.hpp
@@ -47,7 +47,8 @@ struct GenericSettings
extern QSettings global_settings;
extern IdentityCollection global_identities;
extern QClipboard * global_clipboard;
-extern SslTrust global_trust;
+extern SslTrust global_gemini_trust;
+extern SslTrust global_https_trust;
extern FavouriteCollection global_favourites;
extern GenericSettings global_options;