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:
devgianlu 2025-01-12 17:33:09 +01:00 committed by Ali Mohammad Pur
commit daa81c9b32
Notes: github-actions[bot] 2025-01-13 16:01:56 +00:00
3 changed files with 34 additions and 6 deletions

View file

@ -10,8 +10,7 @@
#include <AK/NonnullOwnPtr.h>
#include <AK/Types.h>
#include <LibCrypto/Hash/HashFunction.h>
#include <openssl/evp.h>
#include <LibCrypto/OpenSSLForward.h>
namespace Crypto::Hash {