mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:47:35 +00:00
LibTLS: Move NameType to Extensions.h
This commit is contained in:
parent
9110f26c79
commit
0fea6e7f13
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