From bce310816138f2fbd3f34450a48136132d968e58 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 13 Dec 2017 09:57:48 +0000 Subject: [PATCH] Code tidy up Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/word.h | 9 --------- 1 file changed, 9 deletions(-) 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__) -- 2.39.2