diff options
author | lloyd <[email protected]> | 2006-07-01 18:26:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-01 18:26:03 +0000 |
commit | fd077fea0eaf6dd6a28665b0d634c253ac964886 (patch) | |
tree | 746b5fced0cc549543709f6bcfa6c8945e51e95a /src/x509opt.cpp | |
parent | 35df6f2bedfdca75eba052d467afa65e3ef60a85 (diff) |
Fix config.h includes
Diffstat (limited to 'src/x509opt.cpp')
-rw-r--r-- | src/x509opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509opt.cpp b/src/x509opt.cpp index b2e6027b6..65cc16c19 100644 --- a/src/x509opt.cpp +++ b/src/x509opt.cpp @@ -7,7 +7,7 @@ #include <botan/util.h> #include <botan/parsing.h> #include <botan/oids.h> -#include <botan/conf.h> +#include <botan/config.h> #include <ctime> namespace Botan { |