mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibTLS: Move NameType to Extensions.h
This commit is contained in:
parent
9110f26c79
commit
0fea6e7f13
Notes:
sideshowbarker
2024-07-17 08:43:11 +09:00
Author: https://github.com/stelar7
Commit: 0fea6e7f13
Pull-request: https://github.com/SerenityOS/serenity/pull/18356
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 8 additions and 5 deletions
|
@ -113,10 +113,6 @@ enum class Error : i8 {
|
|||
OutOfMemory = -23,
|
||||
};
|
||||
|
||||
enum class NameType : u8 {
|
||||
HostName = 0x00,
|
||||
};
|
||||
|
||||
enum class WritePacketStage {
|
||||
Initial = 0,
|
||||
ClientHandshake = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue