LibCrypto: Remove spurious ;

This commit is contained in:
Michel Hermier 2022-01-03 22:27:02 +01:00 committed by Ali Mohammad Pur
commit 1f4a27b80e
Notes: sideshowbarker 2024-07-17 21:39:50 +09:00
2 changed files with 7 additions and 7 deletions

View file

@ -61,7 +61,7 @@ public:
virtual String class_name() const override
{
return "SHA1";
};
}
inline virtual void reset() override
{
m_data_length = 0;