diff options
author | Jack Lloyd <[email protected]> | 2016-07-04 18:40:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-07-04 18:40:16 -0400 |
commit | 360a3a50cda6b9eb7e2c001eb2bc397a0ed7b975 (patch) | |
tree | c092f21006218145a2849d6a56fa056c601a13f8 /src/lib/cert/x509/x509cert.h | |
parent | 696a8319d1f0652a301b6340bf4f0229090139f4 (diff) | |
parent | 2ea6f9b1963795dad74489b41bc7d37f897d7a21 (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.h | 2 |
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: /** |