mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02:00
wrap sha2.h inclusion in #ifdef HAVE_SHA2_H
This commit is contained in:
parent
a01817a9f6
commit
c0dfd18dd1
@ -24,7 +24,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_SHA2_H
|
||||
#include <sha2.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#include <openssl/opensslv.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user