mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibTLS: Move DefaultRootCACertificates
to correct header file
The declaration of `DefaultRootCACertificates` was in `Certificate.h` and its implementation in `TLSv12.cpp`. It has been moved over to `TLSv12.h` for consistency. This is in preparation of the next commits to split the changes.
This commit is contained in:
parent
07ced0cb34
commit
e42410a7a7
Notes:
github-actions[bot]
2024-11-25 13:12:30 +00:00
Author: https://github.com/devgianlu
Commit: e42410a7a7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2563
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 20 additions and 18 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <LibIPC/SingleServer.h>
|
||||
#include <LibMain/Main.h>
|
||||
#include <LibTLS/Certificate.h>
|
||||
#include <LibTLS/TLSv12.h>
|
||||
#include <RequestServer/ConnectionFromClient.h>
|
||||
|
||||
#if defined(AK_OS_MACOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue