The unified diff between revisions [257e3203..] and [7704b6e8..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "src/x509stat.cpp"
# from [b130151797ab920e8508203fd382c49100d8d86e]
# to [ad0ea0d4cc9ef4a1aa9ae278b80ffce29d47f237]
#
============================================================
--- src/x509stat.cpp b130151797ab920e8508203fd382c49100d8d86e
+++ src/x509stat.cpp ad0ea0d4cc9ef4a1aa9ae278b80ffce29d47f237
@@ -41,8 +41,8 @@ X509_GlobalState::X509_GlobalState()
{ \
Certificate_Extension* make(const OID& oid) \
{ \
- if(OIDS::name_of(oid, NAME)) \
- return new Cert_Extension::TYPE(); \
+ if(Botan::OIDS::name_of(oid, NAME)) \
+ return new Botan::Cert_Extension::TYPE(); \
return 0; \
} \
}; \