LibCrypto: Remove unused header in SECPxxxr1

This commit is contained in:
Ben Wiederhake
2026-02-21 14:33:45 +01:00
committed by Jelle Raaijmakers
parent f7b7f105f2
commit 05f60513f7
Notes: github-actions[bot] 2026-02-23 11:18:57 +00:00
2 changed files with 1 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
*/
#include <LibCrypto/Curves/SECPxxxr1.h>
#include <LibCrypto/OpenSSL.h>
#include <openssl/core_names.h>
#include <openssl/ec.h>

View File

@@ -11,7 +11,6 @@
#include <AK/StringView.h>
#include <LibCrypto/ASN1/Constants.h>
#include <LibCrypto/ASN1/DER.h>
#include <LibCrypto/OpenSSL.h>
namespace {