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:
Darren Tucker 2019-07-23 22:36:39 +10:00
parent 9634ffbf29
commit fd0684b319
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#define _SSHSHA2_H
#include "includes.h"
#include <sys/cdefs.h>
#if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \
!defined(HAVE_SHA512UPDATE)