diff options
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 { |