1
Fork 0
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:
stelar7 2023-04-14 00:10:16 +02:00 committed by Sam Atkins
parent 9110f26c79
commit 0fea6e7f13
3 changed files with 8 additions and 5 deletions

View file

@ -113,10 +113,6 @@ enum class Error : i8 {
OutOfMemory = -23,
};
enum class NameType : u8 {
HostName = 0x00,
};
enum class WritePacketStage {
Initial = 0,
ClientHandshake = 1,