mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
LibTLS: Rename AlertLevel Critial to FATAL
This matches the wording used in the TLS RFC
This commit is contained in:
parent
ca6b8bfe7f
commit
611a235a52
5 changed files with 15 additions and 12 deletions
|
@ -113,11 +113,6 @@ enum class Error : i8 {
|
|||
OutOfMemory = -23,
|
||||
};
|
||||
|
||||
enum class AlertLevel : u8 {
|
||||
Warning = 0x01,
|
||||
Critical = 0x02
|
||||
};
|
||||
|
||||
enum HandshakeType {
|
||||
HelloRequest = 0x00,
|
||||
ClientHello = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue