mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
LibCrypto: Remove unused Crypto::PK::EMSA_PSS class
This is not used, and its implementation is not actually correct regardless.
This commit is contained in:
parent
15836cc865
commit
0994aa91dc
Notes:
sideshowbarker
2024-07-16 20:08:14 +09:00
Author: https://github.com/alimpfard
Commit: 0994aa91dc
Pull-request: https://github.com/SerenityOS/serenity/pull/23570
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
11 changed files with 0 additions and 236 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <AK/MemoryStream.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibCrypto/PK/Code/EMSA_PSS.h>
|
||||
#include <LibTLS/TLSv12.h>
|
||||
|
||||
namespace TLS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue