mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibTLS: Remove some unused/unimplemented declarations
This commit is contained in:
parent
aafc451016
commit
6f5ab30253
Notes:
sideshowbarker
2024-07-17 19:43:36 +09:00
Author: https://github.com/alimpfard
Commit: 6f5ab30253
Pull-request: https://github.com/SerenityOS/serenity/pull/12235
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/sin-ack ✅
1 changed files with 0 additions and 6 deletions
|
@ -246,12 +246,8 @@ struct Options {
|
|||
};
|
||||
|
||||
struct Context {
|
||||
String to_string() const;
|
||||
bool verify() const;
|
||||
bool verify_chain() const;
|
||||
|
||||
static void print_file(StringView fname);
|
||||
|
||||
Options options;
|
||||
|
||||
u8 remote_random[32];
|
||||
|
@ -471,8 +467,6 @@ private:
|
|||
ssize_t handle_message(ReadonlyBytes);
|
||||
ssize_t handle_random(ReadonlyBytes);
|
||||
|
||||
size_t asn1_length(ReadonlyBytes, size_t* octets);
|
||||
|
||||
void pseudorandom_function(Bytes output, ReadonlyBytes secret, const u8* label, size_t label_length, ReadonlyBytes seed, ReadonlyBytes seed_b);
|
||||
|
||||
size_t key_length() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue