aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509cert.h
diff options
context:
space:
mode:
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;
};
/*************************************************