diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-01 22:34:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-01 22:34:24 +0000 |
| commit | 039ea029c811b7f74f02befad10d2106ad645e74 (patch) | |
| tree | 2110ed03991ce650b6acc335492f9a008ac6eb93 /src/certificates.h | |
| parent | 3adf49eea65c2c015ae0b5bc7f066a599faf3933 (diff) | |
A few more untested bits.
Diffstat (limited to 'src/certificates.h')
| -rw-r--r-- | src/certificates.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/certificates.h b/src/certificates.h index 6baea84a..428c36ea 100644 --- a/src/certificates.h +++ b/src/certificates.h @@ -36,6 +36,8 @@ public: boost::shared_ptr<Certificate> root () const; boost::shared_ptr<Certificate> leaf () const; + std::list<boost::shared_ptr<Certificate> > leaf_to_root () const; + private: friend class ::certificates; std::list<boost::shared_ptr<Certificate> > _certificates; |
