Fix a typo in a comment
[openssl.git] / crypto / ec / curve448 / word.h
index 7d47a58c327edb23e3690f8c95b8d22d9d0c3fcb..95af8a3bcb0898be21615fe430ef2ae35206a8fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2014 Cryptography Research, Inc.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
 # 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__)