Remove HEADER_SHA_H from previous...
since it causes more problems than it solves.
This commit is contained in:
parent
72bd68d373
commit
46db8e14b7
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
#ifdef WITH_OPENSSL
|
#ifdef WITH_OPENSSL
|
||||||
/* We don't use sha2 from OpenSSL and they can conflict with system sha2.h */
|
/* 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 */
|
#define USE_LIBC_SHA2 /* NetBSD 9 */
|
||||||
#include <openssl/opensslv.h>
|
#include <openssl/opensslv.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
|
|
Loading…
Reference in New Issue