diff options
Diffstat (limited to 'src/lib/stream')
-rw-r--r-- | src/lib/stream/stream_cipher.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/stream/stream_cipher.cpp b/src/lib/stream/stream_cipher.cpp index dfe1fa69b..f33d68296 100644 --- a/src/lib/stream/stream_cipher.cpp +++ b/src/lib/stream/stream_cipher.cpp @@ -112,6 +112,9 @@ std::unique_ptr<StreamCipher> StreamCipher::create(const std::string& algo_spec, #endif + BOTAN_UNUSED(req); + BOTAN_UNUSED(provider); + return nullptr; } |