diff options
author | lloyd <[email protected]> | 2008-04-17 16:03:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-17 16:03:11 +0000 |
commit | a2941106b36829e0b7187ca7d2a825175ced7fa4 (patch) | |
tree | 525d63e5400028afcbf727c2e97edb2b54c636de /include/x509_ext.h | |
parent | 9ea54fcb8b9172ce9a756a2ef1ade7138f7d6a34 (diff) | |
parent | 2ca8f36e3b41b751a9febcd0aa741ab532b7eb33 (diff) |
propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7dad742375f7d9)
to branch 'net.randombit.botan.remove-libstate' (head faf75eec422a3eb6108748315724fb6ac217dede)
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; }; |