diff options
author | Jack Lloyd <[email protected]> | 2015-12-11 10:59:04 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-11 10:59:04 -0500 |
commit | 3e87697f03b5e3258c6ff9af0be11face0f57ce0 (patch) | |
tree | 8e1a4f475cc01b85e67ceeba853450d0e2f4fdec | |
parent | 5710467365570ee46a8df127b69d2bb0dda83f3a (diff) |
Fix for minimized builds
-rw-r--r-- | src/tests/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/main.cpp b/src/tests/main.cpp index b8d85cb62..7a4649fcf 100644 --- a/src/tests/main.cpp +++ b/src/tests/main.cpp @@ -170,7 +170,7 @@ setup_tests(std::ostream& out, size_t threads, size_t soak_level, bool log_succe #else if(drbg_seed != "") - throw Test_Error("HMAC_DRBG disabled in build, cannot specify DRBG seed"); + throw Botan_Tests::Test_Error("HMAC_DRBG disabled in build, cannot specify DRBG seed"); #if defined(BOTAN_HAS_SYSTEM_RNG) out << " rng:system"; |