diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 16:32:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 16:32:42 +0100 |
| commit | bd195d6b1a0b2928abc6aa4b75bea8b0fb1aac8a (patch) | |
| tree | df83f5d528f0b11a16ee66f1e7bd6257e7eca58e /src/lib/config.h | |
| parent | b0ea8e6646488e5b3ce7de28f8560aadbd5aa8bb (diff) | |
Nicer default labels in certificate chains.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 579527975..9c1f23161 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -452,6 +452,7 @@ private: void read (); void set_defaults (); void set_kdm_email_to_default (); + boost::shared_ptr<dcp::CertificateChain> create_certificate_chain (); template <class T> void maybe_set (T& member, T new_value) { |
