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
|
||||
|
||||
#include "includes.h"
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \
|
||||
!defined(HAVE_SHA512UPDATE)
|
||||
|
|
Loading…
Reference in New Issue