diff options
Diffstat (limited to 'include/x509_crl.h')
-rw-r--r-- | include/x509_crl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/x509_crl.h b/include/x509_crl.h index 330be47aa..67f21618b 100644 --- a/include/x509_crl.h +++ b/include/x509_crl.h @@ -33,11 +33,10 @@ class X509_CRL : public X509_Object X509_Time this_update() const; X509_Time next_update() const; - void force_decode(); - X509_CRL(DataSource&); X509_CRL(const std::string&); private: + void force_decode(); std::vector<CRL_Entry> revoked; Data_Store info; }; |