LibTLS: Move NameType to Extensions.h

This commit is contained in:
stelar7 2023-04-14 00:10:16 +02:00 committed by Sam Atkins
commit 0fea6e7f13
Notes: sideshowbarker 2024-07-17 08:43:11 +09:00
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,