From: Matt Caswell Date: Wed, 13 Dec 2017 09:57:48 +0000 (+0000) Subject: Code tidy up X-Git-Tag: OpenSSL_1_1_1-pre2~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bce310816138f2fbd3f34450a48136132d968e58;p=oweals%2Fopenssl.git Code tidy up Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- diff --git a/crypto/ec/curve448/word.h b/crypto/ec/curve448/word.h index 7d47a58c32..cbb1368c29 100644 --- a/crypto/ec/curve448/word.h +++ b/crypto/ec/curve448/word.h @@ -20,15 +20,6 @@ # include "arch_intrinsics.h" # include "curve448utils.h" - -# ifndef _BSD_SOURCE -# define _BSD_SOURCE 1 -# endif - -# ifndef _DEFAULT_SOURCE -# define _DEFAULT_SOURCE 1 -# endif - # include # if defined(__ARM_NEON__)