aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/x509cert.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-07-04 18:40:16 -0400
committerJack Lloyd <[email protected]>2016-07-04 18:40:16 -0400
commit360a3a50cda6b9eb7e2c001eb2bc397a0ed7b975 (patch)
treec092f21006218145a2849d6a56fa056c601a13f8 /src/lib/cert/x509/x509cert.h
parent696a8319d1f0652a301b6340bf4f0229090139f4 (diff)
parent2ea6f9b1963795dad74489b41bc7d37f897d7a21 (diff)
Merge GH #507 Add PKCS #11 support
Diffstat (limited to 'src/lib/cert/x509/x509cert.h')
-rw-r--r--src/lib/cert/x509/x509cert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cert/x509/x509cert.h b/src/lib/cert/x509/x509cert.h
index c521cf7ca..2875c8159 100644
--- a/src/lib/cert/x509/x509cert.h
+++ b/src/lib/cert/x509/x509cert.h
@@ -33,7 +33,7 @@ enum class Usage_Type
/**
* This class represents X.509 Certificate
*/
-class BOTAN_DLL X509_Certificate final : public X509_Object
+class BOTAN_DLL X509_Certificate : public X509_Object
{
public:
/**