diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 21:04:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 21:04:49 +0000 |
| commit | 3526252ff2fd80a459c72ab1c55ea5a6ee61aa2f (patch) | |
| tree | c9e9774de4acfa562f83db39a900fe4d0b241945 /src/lib/config.h | |
| parent | a65efe6bd00fbba4f075c4c666dafafb8a5eed4d (diff) | |
swaroop: encrypt decryption private key with motherboard UUID.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 0e5f9dfd1..e28928226 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1083,6 +1083,9 @@ private: boost::filesystem::path directory_or (boost::optional<boost::filesystem::path> dir, boost::filesystem::path a) const; void add_to_history_internal (std::vector<boost::filesystem::path>& h, boost::filesystem::path p); void backup (); +#ifdef DCPOMATIC_VARIANT_SWAROOP + dcp::Data key_from_uuid () const; +#endif template <class T> void maybe_set (T& member, T new_value, Property prop = OTHER) { |
