mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibCrypto: Remove OpenSSL as a public header dependency
Add a forwarding header for OpenSSL types so that we can build without propagating the OpenSSL dependency.
This commit is contained in:
parent
559c5a7311
commit
daa81c9b32
Notes:
github-actions[bot]
2025-01-13 16:01:56 +00:00
Author: https://github.com/devgianlu
Commit: daa81c9b32
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3234
3 changed files with 34 additions and 6 deletions
|
@ -9,10 +9,7 @@
|
|||
#include <AK/Error.h>
|
||||
#include <AK/Format.h>
|
||||
#include <LibCrypto/BigInt/UnsignedBigInteger.h>
|
||||
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <LibCrypto/OpenSSLForward.h>
|
||||
|
||||
namespace Crypto {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue