X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fconfig.h;h=70d8f92008ba6fc3735476251da4ba82ced068bc;hp=e28928226c59c43d36c4ceed2fa6829e62ff388b;hb=9da0bac018e0e7dcad0c1aafaa7f6be6d434da96;hpb=39e2134910fc916a45ebddf121664afcbd76cc19 diff --git a/src/lib/config.h b/src/lib/config.h index e28928226..70d8f9200 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1083,9 +1083,6 @@ private: boost::filesystem::path directory_or (boost::optional dir, boost::filesystem::path a) const; void add_to_history_internal (std::vector& h, boost::filesystem::path p); void backup (); -#ifdef DCPOMATIC_VARIANT_SWAROOP - dcp::Data key_from_uuid () const; -#endif template void maybe_set (T& member, T new_value, Property prop = OTHER) { @@ -1175,10 +1172,16 @@ private: std::string _notification_bcc; std::string _notification_email; boost::shared_ptr _signer_chain; +#ifdef DCPOMATIC_VARIANT_SWAROOP + boost::filesystem::path _signer_chain_path; +#endif /** Chain used to decrypt KDMs; the leaf of this chain is the target * certificate for making KDMs given to DCP-o-matic. */ boost::shared_ptr _decryption_chain; +#ifdef DCPOMATIC_VARIANT_SWAROOP + boost::filesystem::path _decryption_chain_path; +#endif /** true to check for updates on startup */ bool _check_for_updates; bool _check_for_test_updates;