mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 00:09:44 +00:00
LibTLS: Move DefaultRootCACertificates
to own file
This commit is contained in:
parent
6889fa9695
commit
53dd99098c
Notes:
github-actions[bot]
2025-02-17 18:54:08 +00:00
Author: https://github.com/devgianlu
Commit: 53dd99098c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3571
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/alimpfard ✅
8 changed files with 132 additions and 103 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <LibCore/Socket.h>
|
||||
#include <LibDNS/Resolver.h>
|
||||
#include <LibMain/Main.h>
|
||||
#include <LibTLS/DefaultRootCACertificates.h>
|
||||
#include <LibTLS/TLSv12.h>
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue