From efd7baae8d57e2b884fe606528232720a364e2e0 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Mon, 25 Jul 2022 23:58:40 +0200 Subject: [PATCH] remove openssl header includes in scrypt sources --- src/crypto/scrypt-sse2.cpp | 1 - src/crypto/scrypt.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/crypto/scrypt-sse2.cpp b/src/crypto/scrypt-sse2.cpp index d9e7ffccc..3a951ba85 100644 --- a/src/crypto/scrypt-sse2.cpp +++ b/src/crypto/scrypt-sse2.cpp @@ -31,7 +31,6 @@ #include #include #include -#include #include diff --git a/src/crypto/scrypt.cpp b/src/crypto/scrypt.cpp index 4a04f409d..95a694781 100644 --- a/src/crypto/scrypt.cpp +++ b/src/crypto/scrypt.cpp @@ -32,7 +32,6 @@ #include #include #include -#include #if defined(USE_SSE2) && !defined(USE_SSE2_ALWAYS) #ifdef _MSC_VER