diff options
Diffstat (limited to 'include/x509_ext.h')
-rw-r--r-- | include/x509_ext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/x509_ext.h b/include/x509_ext.h index 85aa47c92..b715de2e9 100644 --- a/include/x509_ext.h +++ b/include/x509_ext.h @@ -56,6 +56,8 @@ class Extensions : public ASN1_Object Extensions(bool st = true) : should_throw(st) {} ~Extensions(); private: + static Certificate_Extension* get_extension(const OID&); + std::vector<Certificate_Extension*> extensions; bool should_throw; }; |