diff options
author | lloyd <[email protected]> | 2008-04-13 20:28:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-13 20:28:02 +0000 |
commit | 2ca8f36e3b41b751a9febcd0aa741ab532b7eb33 (patch) | |
tree | d301232342b2c88d7c2858ee8470f977fda07f4d /include/x509_ext.h | |
parent | 95185d453f774b8eb7344b2906d73f8eb1ed87d2 (diff) | |
parent | e9590a1054722891b7d99a42fe2c81a5911e6c75 (diff) |
propagate from branch 'net.randombit.botan' (head 4b88c5d653d997e87cc333064ca1624636fc2186)
to branch 'net.randombit.botan.remove-libstate' (head 58c8bf4a26a93475d86418d899d7f7202263d4ae)
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; }; |