Merge pull request #3076 from patricklodder/1.14.7-no-openssl-scrypt

remove openssl header includes in scrypt sources
This commit is contained in:
chromatic 2022-07-27 18:15:49 -07:00 committed by GitHub
commit 200ead2721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <openssl/sha.h>
#include <emmintrin.h>

View File

@ -32,7 +32,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <openssl/sha.h>
#if defined(USE_SSE2) && !defined(USE_SSE2_ALWAYS)
#ifdef _MSC_VER