mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:17:34 +00:00
LibCrypto: Fix a mistake in appendff() conversion
This commit is contained in:
parent
c989550c09
commit
05dbf3891a
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public:
|
|||
|
||||
virtual String class_name() const override
|
||||
{
|
||||
return String::formatted("SHA{%zu}", DigestSize * 8);
|
||||
return String::formatted("SHA{}", DigestSize * 8);
|
||||
}
|
||||
|
||||
inline virtual void reset() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue