mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibCrypto: Remove unused header in SECPxxxr1
This commit is contained in:
committed by
Jelle Raaijmakers
parent
f7b7f105f2
commit
05f60513f7
Notes:
github-actions[bot]
2026-02-23 11:18:57 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/05f60513f7d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8087 Reviewed-by: https://github.com/gmta ✅
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <LibCrypto/Curves/SECPxxxr1.h>
|
||||
#include <LibCrypto/OpenSSL.h>
|
||||
|
||||
#include <openssl/core_names.h>
|
||||
#include <openssl/ec.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <AK/StringView.h>
|
||||
#include <LibCrypto/ASN1/Constants.h>
|
||||
#include <LibCrypto/ASN1/DER.h>
|
||||
#include <LibCrypto/OpenSSL.h>
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user