aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-23 06:37:41 +0000
committerlloyd <[email protected]>2006-06-23 06:37:41 +0000
commitdbda559d929a3f40d671e739c345023ed8aed90c (patch)
tree13ad152b1411bf2e1e8fc4bd445530b68342d0a2 /include
parent9673613b0b2e7ac5aaced47b80f0aaeda0895d15 (diff)
Use Extensions instead of handle_crl_extension in X509_CRL
Fix the definition of crl_number
Diffstat (limited to 'include')
-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;
};