diff options
Diffstat (limited to 'src/lib/mac/mac.cpp')
-rw-r--r-- | src/lib/mac/mac.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/mac/mac.cpp b/src/lib/mac/mac.cpp index 3dfe753b7..c48deb24b 100644 --- a/src/lib/mac/mac.cpp +++ b/src/lib/mac/mac.cpp @@ -121,6 +121,9 @@ MessageAuthenticationCode::create(const std::string& algo_spec, } #endif + BOTAN_UNUSED(req); + BOTAN_UNUSED(provider); + return nullptr; } |