diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:13:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:13:32 +0200 |
| commit | bfdc7d39485bbef90a65b79f6c3b0986133f530d (patch) | |
| tree | 7a50b6c9dc372cb302f064940c25826d0e1e07a1 /src/kristall.hpp | |
| parent | 63103aa8c7f5b56720da097c73aa99da25841d45 (diff) | |
| download | kristall-bfdc7d39485bbef90a65b79f6c3b0986133f530d.tar.gz | |
Reworks TLS trust to enable symmetry between HTTPS and Gemini
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 3 |
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; |
