diff options
Diffstat (limited to 'src/tests/test_stream.cpp')
-rw-r--r-- | src/tests/test_stream.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test_stream.cpp b/src/tests/test_stream.cpp index 9250f4e2f..c2c7ce901 100644 --- a/src/tests/test_stream.cpp +++ b/src/tests/test_stream.cpp @@ -32,7 +32,8 @@ class Stream_Cipher_Tests : public Text_Based_Test Test::Result result(algo); - const std::vector<std::string> providers = Botan::StreamCipher::providers(algo); + const std::vector<std::string> providers = + provider_filter(Botan::StreamCipher::providers(algo)); if(providers.empty()) { |