diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 00:41:57 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 00:41:57 +0200 |
| commit | 33c91102a58e2fbcf9d7a66e33b41a65fa3f0e0c (patch) | |
| tree | a724f0c3dcc48c8ce1f78c2665fe8ef170acb379 /src/kristall.hpp | |
| parent | 5bb3f3f92e62a0af02fe475943759b8c25cd4592 (diff) | |
| download | kristall-33c91102a58e2fbcf9d7a66e33b41a65fa3f0e0c.tar.gz | |
Adds improved client certificate management, adds server certificate management.
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp index a0a4b49..00faff5 100644 --- a/src/kristall.hpp +++ b/src/kristall.hpp @@ -5,9 +5,11 @@ #include <QClipboard> #include "identitycollection.hpp" +#include "ssltrust.hpp" extern QSettings global_settings; extern IdentityCollection global_identities; extern QClipboard * global_clipboard; +extern SslTrust global_trust; #endif // KRISTALL_HPP |
