Remove HEADER_SHA_H from previous...

since it causes more problems than it solves.
This commit is contained in:
Darren Tucker 2023-03-28 12:44:03 +11:00
parent 72bd68d373
commit 46db8e14b7
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
#ifdef WITH_OPENSSL
/* We don't use sha2 from OpenSSL and they can conflict with system sha2.h */
#define HEADER_SHA_H
#define USE_LIBC_SHA2 /* NetBSD 9 */
#include <openssl/opensslv.h>
#include <openssl/crypto.h>