From: Darren Tucker Date: Tue, 23 Jul 2019 12:36:39 +0000 (+1000) Subject: Remove sys/cdefs.h include. X-Git-Tag: V_8_1_P1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0684b319e664d8821dc4ca3026126dfea3ccf4;p=thirdparty%2Fopenssh-portable.git Remove sys/cdefs.h include. It's not needed on -portable (that's handled by includes.h) and not all platforms have it. --- diff --git a/openbsd-compat/sha2.h b/openbsd-compat/sha2.h index bf7dafc52..d051e96e8 100644 --- a/openbsd-compat/sha2.h +++ b/openbsd-compat/sha2.h @@ -40,7 +40,6 @@ #define _SSHSHA2_H #include "includes.h" -#include #if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \ !defined(HAVE_SHA512UPDATE)