mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibTLS: Add missing headers to CipherSuite.h
This commit is contained in:
parent
e6ea13af61
commit
5e4739e371
Notes:
sideshowbarker
2024-07-18 02:58:37 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/5e4739e371e Pull-request: https://github.com/SerenityOS/serenity/pull/10320 Reviewed-by: https://github.com/linusg ✅
@ -6,6 +6,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace TLS {
|
||||
|
||||
enum class CipherSuite {
|
||||
|
Loading…
Reference in New Issue
Block a user