summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448utils.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-16 17:13:18 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:29 +0000
commit9455aab4fecc37a8e10dfb1167c70b0b7cf28715 (patch)
tree03e467057f4af701fc6ae9e6deeb35c272313950 /crypto/ec/curve448/curve448utils.h
parentaacf29b8aabf549817cf2328ef22a5638ee4d738 (diff)
Replace DECAF_WARN_UNUSED with __owur
Most of these were in point_448.h. While I was at it I spotted some unused declarations, so I deleted those too. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h
index 7997cfd6f4..cce9d37edc 100644
--- a/crypto/ec/curve448/curve448utils.h
+++ b/crypto/ec/curve448/curve448utils.h
@@ -27,7 +27,6 @@ extern "C" {
#endif
#define DECAF_API_VIS __attribute__((visibility("default")))
#define DECAF_NOINLINE __attribute__((noinline))
-#define DECAF_WARN_UNUSED __attribute__((warn_unused_result))
#define DECAF_NONNULL __attribute__((nonnull))
/** @endcond */