mirror of git://anongit.mindrot.org/openssh.git
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…
Reference in New Issue