aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_crl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x509_crl.h')
-rw-r--r--include/x509_crl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/x509_crl.h b/include/x509_crl.h
index bd0ac75a7..330be47aa 100644
--- a/include/x509_crl.h
+++ b/include/x509_crl.h
@@ -38,8 +38,6 @@ class X509_CRL : public X509_Object
X509_CRL(DataSource&);
X509_CRL(const std::string&);
private:
- void handle_crl_extension(const Extension&);
-
std::vector<CRL_Entry> revoked;
Data_Store info;
};