aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/pkcs10.h
diff options
context:
space:
mode:
authorDaniel Seither <[email protected]>2015-07-30 16:44:13 +0200
committerDaniel Seither <[email protected]>2015-07-30 16:44:13 +0200
commit8e8f1d468c8e1d842677488423e6ccd99a1c79f0 (patch)
treed13ab9e611dee62f7354c72794bf4fd0b242e0f2 /src/lib/cert/x509/pkcs10.h
parentf56f8610392b338bbb4e8c10f2d7cb56b2614acc (diff)
x509: Add missing overrides
Diffstat (limited to 'src/lib/cert/x509/pkcs10.h')
-rw-r--r--src/lib/cert/x509/pkcs10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cert/x509/pkcs10.h b/src/lib/cert/x509/pkcs10.h
index 0d73466bd..5751e674d 100644
--- a/src/lib/cert/x509/pkcs10.h
+++ b/src/lib/cert/x509/pkcs10.h
@@ -100,7 +100,7 @@ class BOTAN_DLL PKCS10_Request : public X509_Object
*/
PKCS10_Request(const std::vector<byte>& vec);
private:
- void force_decode();
+ void force_decode() override;
void handle_attribute(const Attribute&);
Data_Store info;