From f78c757011fd8834741ffca526bef55d41dcf9dc Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 23 Jun 2006 06:15:32 +0000 Subject: Use Data_Store in X509_CRL --- include/x509_crl.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/x509_crl.h b/include/x509_crl.h index 7d8a3e3cb..bd0ac75a7 100644 --- a/include/x509_crl.h +++ b/include/x509_crl.h @@ -39,11 +39,9 @@ class X509_CRL : public X509_Object X509_CRL(const std::string&); private: void handle_crl_extension(const Extension&); + std::vector revoked; - MemoryVector issuer_key_id; - X509_Time start, end; - X509_DN issuer; - u32bit version, crl_count; + Data_Store info; }; } -- cgit v1.2.3