mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 22:35:39 +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
|
||||
/* We don't use sha2 from OpenSSL and they can conflict with system sha2.h */
|
||||
#define OPENSSL_NO_SHA
|
||||
#define USE_LIBC_SHA2 /* NetBSD 9 */
|
||||
#include <openssl/opensslv.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/evp.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user