mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Remove sys/cdefs.h include.
It's not needed on -portable (that's handled by includes.h) and not all platforms have it.
This commit is contained in:
parent
9634ffbf29
commit
fd0684b319
@ -40,7 +40,6 @@
|
|||||||
#define _SSHSHA2_H
|
#define _SSHSHA2_H
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include <sys/cdefs.h>
|
|
||||||
|
|
||||||
#if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \
|
#if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \
|
||||||
!defined(HAVE_SHA512UPDATE)
|
!defined(HAVE_SHA512UPDATE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user