aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/streebog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/streebog')
-rw-r--r--src/lib/hash/streebog/streebog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/streebog/streebog.h b/src/lib/hash/streebog/streebog.h
index 5e83efb39..70e38733f 100644
--- a/src/lib/hash/streebog/streebog.h
+++ b/src/lib/hash/streebog/streebog.h
@@ -28,7 +28,7 @@ class BOTAN_PUBLIC_API(2,2) Streebog : public HashFunction
std::unique_ptr<HashFunction> copy_state() const override;
- Streebog(size_t output_bits);
+ explicit Streebog(size_t output_bits);
protected:
void add_data(const uint8_t input[], size_t length) override;
void final_result(uint8_t out[]) override;