diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-02 12:32:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-02 12:32:18 +0100 |
| commit | 162a48b73fd97f63e0c0997a25a0defcbeba52f5 (patch) | |
| tree | 62eceee843430ec973db6c9c2e12746846df3fb5 /src | |
| parent | c871326565c0b7311ad19422c1ed3c942e14070f (diff) | |
Comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/certificate_chain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certificate_chain.h b/src/certificate_chain.h index b5954d5b..657b9ce3 100644 --- a/src/certificate_chain.h +++ b/src/certificate_chain.h @@ -107,6 +107,7 @@ public: private: friend class ::certificates; + /** Our certificates, not in any particular order */ List _certificates; /** Leaf certificate's private key, if known */ boost::optional<std::string> _key; |
