mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 22:59:33 +00:00
LibCrypto: Fix a mistake in appendff() conversion
This commit is contained in:
parent
c989550c09
commit
05dbf3891a
Notes:
sideshowbarker
2024-07-18 18:34:50 +09:00
Author: https://github.com/awesomekling
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