summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448utils.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-16 17:35:10 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commitca42a316a80d661752618cf3ec5143c2b92f3125 (patch)
tree1c469e0f24356850b037d791ab9be92f749b3332 /crypto/ec/curve448/curve448utils.h
parent91f2e94c00a6c11170791d2803e9a49ab67a0075 (diff)
Remove DECAF_NOINLINE
OpenSSL does not have this concept Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/curve448utils.h')
-rw-r--r--crypto/ec/curve448/curve448utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h
index 990821d07d..2487068856 100644
--- a/crypto/ec/curve448/curve448utils.h
+++ b/crypto/ec/curve448/curve448utils.h
@@ -20,13 +20,6 @@
extern "C" {
#endif
-/** @cond internal */
-#if defined(DOXYGEN) && !defined(__attribute__)
-#define __attribute__((x))
-#endif
-#define DECAF_NOINLINE __attribute__((noinline))
-/** @endcond */
-
/* Internal word types.
*
* Somewhat tricky. This could be decided separately per platform. However,