diff options
Diffstat (limited to 'src/certificates.cc')
| -rw-r--r-- | src/certificates.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/certificates.cc b/src/certificates.cc index c03c371b..51d6eac9 100644 --- a/src/certificates.cc +++ b/src/certificates.cc @@ -317,6 +317,9 @@ CertificateChain::add (shared_ptr<const Certificate> c) _certificates.push_back (c); } +/** Remove a certificate from the chain. + * @param c Certificate to remove. + */ void CertificateChain::remove (shared_ptr<const Certificate> c) { |
