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: https://github.com/SerenityOS/serenity/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);
|
||||
|
||||
private:
|
||||
inline void transform(ReadonlyBytes, ReadonlyBytes);
|
||||
|
||||
u32 m_key[4];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue