aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/GpgInfo.h')
-rw-r--r--src/core/GpgInfo.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/GpgInfo.h b/src/core/GpgInfo.h
index d0453b9f..53c5c3f5 100644
--- a/src/core/GpgInfo.h
+++ b/src/core/GpgInfo.h
@@ -42,9 +42,14 @@ class GpgInfo {
std::string DatabasePath; ///<
std::string GnupgVersion; ///<
std::string GpgConfPath; ///<
- std::string AssuanPath; ///<
+ std::string AssuanPath; ///<
std::string CMSPath; ///<
std::string GpgMEVersion; ///<
+
+ std::map<std::string, std::vector<std::string>> ComponentsInfo; ///<
+ std::map<std::string, std::vector<std::string>> ConfigurationsInfo; ///<
+ std::map<std::string, std::vector<std::string>> OptionsInfo; ///<
+ std::map<std::string, std::vector<std::string>> AvailableOptionsInfo; ///<
};
} // namespace GpgFrontend