The unified diff between revisions [2fac918f..] and [4e40e885..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/x509_ext.h'
#
#
# patch "include/x509_ext.h"
# from [f78f64cdb6e00e4d88a5ada4c1a9703d42f1b071]
# to [3d07a4bbddc8ec683e40448dc6a5d9307ec345c0]
#
============================================================
--- include/x509_ext.h f78f64cdb6e00e4d88a5ada4c1a9703d42f1b071
+++ include/x509_ext.h 3d07a4bbddc8ec683e40448dc6a5d9307ec345c0
@@ -56,6 +56,8 @@ class BOTAN_DLL Extensions : public ASN1
Extensions(bool st = true) : should_throw(st) {}
~Extensions();
private:
+ static Certificate_Extension* get_extension(const OID&);
+
std::vector<Certificate_Extension*> extensions;
bool should_throw;
};