summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-25 12:42:22 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-25 12:42:22 +0100
commit6f31627406a63d09c3ec33494a54158095663111 (patch)
tree8b69382e8eccbe80654e7ca7d89bebb3b68cba77 /src/lib/config.h
parente69d12427d19a6d1255c2275478a9574a9f7972a (diff)
Also create decryption certs if there is no config file.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index 310d3c6f5..3cfaa1200 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -426,6 +426,7 @@ private:
boost::filesystem::path file (bool) const;
void read ();
void write () const;
+ void make_decryption_keys ();
/** number of threads to use for J2K encoding on the local machine */
int _num_local_encoding_threads;