LibTLS: Move DefaultRootCACertificates to own file

This commit is contained in:
devgianlu 2025-02-14 09:35:31 +01:00 committed by Ali Mohammad Pur
commit 53dd99098c
Notes: github-actions[bot] 2025-02-17 18:54:08 +00:00
8 changed files with 132 additions and 103 deletions

View file

@ -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)