diff options
| author | 2020-10-31 17:02:01 +0000 | |
|---|---|---|
| committer | 2020-10-31 17:02:01 +0000 | |
| commit | bc20acd64ff9782b85ec24190be79dd13f4120af (patch) | |
| tree | 2e2b5d5d93d1f92ed863e4b3a51225b631fd1acc /src/modules | |
| parent | Convert OperInfo from reference<> to std::shared_ptr<>. (diff) | |
X509CRL does not need to inherit from refcountbase.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/extra/m_ssl_gnutls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index 3b273c671..e87d85495 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -232,7 +232,7 @@ namespace GnuTLS unsigned int size() const { return certs.size(); } }; - class X509CRL : public refcountbase + class X509CRL { class RAIICRL { |
