aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509cert.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-23 04:26:45 +0000
committerlloyd <[email protected]>2006-06-23 04:26:45 +0000
commit754c16487b5c2f6ded58a251802ba72c74753282 (patch)
treec361d03ca2cf0dcb60b66351a8096eb70760e631 /include/x509cert.h
parent96277a37c3b7125f2c79cb9c2df19d4811379a36 (diff)
Drop X509_Certificate::handle_v3_extension, since that code is
now handled by the Extensions class
Diffstat (limited to 'include/x509cert.h')
-rw-r--r--include/x509cert.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/x509cert.h b/include/x509cert.h
index cc90b450e..4978ab9d2 100644
--- a/include/x509cert.h
+++ b/include/x509cert.h
@@ -52,10 +52,9 @@ class X509_Certificate : public X509_Object
void force_decode();
friend class X509_CA;
X509_Certificate() {}
- void handle_v3_extension(const Extension&);
Data_Store subject, issuer;
- bool self_signed, is_ca;
+ bool self_signed;
};
/*************************************************