diff options
author | lloyd <[email protected]> | 2010-07-27 15:59:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-27 15:59:58 +0000 |
commit | b910f61fd17fabdf96140f921dc90ca8dbd364d3 (patch) | |
tree | 5094a934e7482da5950e533d000cf1a7cb0cecfd /src/selftest | |
parent | 46b58b9602dbc8eea6080d2aefc878f8de9f15e4 (diff) |
Rename Default_Engine to Core_Engine which describes its purposes
(slightly) better.
Diffstat (limited to 'src/selftest')
-rw-r--r-- | src/selftest/info.txt | 2 | ||||
-rw-r--r-- | src/selftest/selftest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/selftest/info.txt b/src/selftest/info.txt index 53c6d286d..1a53ea021 100644 --- a/src/selftest/info.txt +++ b/src/selftest/info.txt @@ -3,5 +3,5 @@ define SELFTESTS <requires> algo_factory filters -def_engine +core_engine </requires> diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp index 93af4f1b7..72e49cfbd 100644 --- a/src/selftest/selftest.cpp +++ b/src/selftest/selftest.cpp @@ -7,7 +7,7 @@ #include <botan/selftest.h> #include <botan/filters.h> -#include <botan/internal/default_engine.h> +#include <botan/internal/core_engine.h> #include <botan/internal/stl_util.h> namespace Botan { |