Code tidy up
authorMatt Caswell <matt@openssl.org>
Wed, 13 Dec 2017 09:57:48 +0000 (09:57 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)

crypto/ec/curve448/word.h

index 7d47a58c327edb23e3690f8c95b8d22d9d0c3fcb..cbb1368c299e6ab82a122f0b9e5221580fef970e 100644 (file)
 # include "arch_intrinsics.h"
 
 # include "curve448utils.h"
-
-# ifndef _BSD_SOURCE
-#  define _BSD_SOURCE 1
-# endif
-
-# ifndef _DEFAULT_SOURCE
-#  define _DEFAULT_SOURCE 1
-# endif
-
 # include <stdlib.h>
 
 # if defined(__ARM_NEON__)