swaroop: encrypt decryption private key with motherboard UUID.
[dcpomatic.git] / src / lib / config.h
index 0e5f9dfd17f78ffabf4910fd1a109b257888f724..e28928226c59c43d36c4ceed2fa6829e62ff388b 100644 (file)
@@ -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) {