diff options
author | lloyd <[email protected]> | 2008-06-30 02:28:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-30 02:28:47 +0000 |
commit | a01d19fd314804f3466737b3c6314bec0d511990 (patch) | |
tree | 7d8e24004d0d9c7a8852a2faa1f8c0612eee90dd /src/x509opt.cpp | |
parent | 954e01df3c99836d13f2a188193b0bdbf660856a (diff) |
Remove the Config class.
In reality, Config was a singleton, with the only owner being the
Library_State object. Theoretically one could create and use another Config
instance, but in practice it was never done. Reflect the reality and inline
the members and public functions of Config in Library_State, removing Config
entirely.
Diffstat (limited to 'src/x509opt.cpp')
-rw-r--r-- | src/x509opt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x509opt.cpp b/src/x509opt.cpp index 36b82de00..716884ed5 100644 --- a/src/x509opt.cpp +++ b/src/x509opt.cpp @@ -7,7 +7,6 @@ #include <botan/util.h> #include <botan/parsing.h> #include <botan/oids.h> -#include <botan/config.h> #include <ctime> namespace Botan { |