mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
Add USE_LIBC_SHA2 for (at least) NetBSD 9.
This commit is contained in:
parent
639c440f6c
commit
7cd062c3a2
@ -38,6 +38,7 @@
|
|||||||
#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 OPENSSL_NO_SHA
|
#define OPENSSL_NO_SHA
|
||||||
|
#define USE_LIBC_SHA2 /* NetBSD 9 */
|
||||||
#include <openssl/opensslv.h>
|
#include <openssl/opensslv.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user