summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-13 09:57:48 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commitbce310816138f2fbd3f34450a48136132d968e58 (patch)
tree48dffdd5464c2fd8a0d6bc3a290d37a6a9f795ba /crypto/ec/curve448
parent7d9e120fea8481449b376af7fa9bbe7995a75f35 (diff)
Code tidy up
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448')
-rw-r--r--crypto/ec/curve448/word.h9
1 files changed, 0 insertions, 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 <stdlib.h>
# if defined(__ARM_NEON__)