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/x509self.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/x509self.cpp')
-rw-r--r-- | src/x509self.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x509self.cpp b/src/x509self.cpp index 046ca4c8d..6c3baae9b 100644 --- a/src/x509self.cpp +++ b/src/x509self.cpp @@ -7,7 +7,6 @@ #include <botan/x509_ext.h> #include <botan/x509_ca.h> #include <botan/der_enc.h> -#include <botan/config.h> #include <botan/look_pk.h> #include <botan/oids.h> #include <botan/pipe.h> |