mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
LibCrypto: Remove declarations for non-existent methods
This commit is contained in:
parent
914d557097
commit
b5a3600bc7
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/AtkinsSJ
Commit: b5a3600bc7
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ public:
|
||||||
TagType process(ReadonlyBytes aad, ReadonlyBytes cipher);
|
TagType process(ReadonlyBytes aad, ReadonlyBytes cipher);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
inline void transform(ReadonlyBytes, ReadonlyBytes);
|
|
||||||
|
|
||||||
u32 m_key[4];
|
u32 m_key[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue