diff options
Diffstat (limited to 'src/x509stat.cpp')
-rw-r--r-- | src/x509stat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x509stat.cpp b/src/x509stat.cpp index fbf0266b0..45b858c02 100644 --- a/src/x509stat.cpp +++ b/src/x509stat.cpp @@ -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; \ } \ }; \ |